我在我的 WP7 应用程序中使用 Glyphs 控件(我还不知道它是 Glyphs 是否重要)。通过将 Glyphs 设置为 Border 元素的子元素来使用 Glyphs。有时 - 目前尚不清楚确切的时间 - Border.Child 属性的设置器抛出 ArgumentException。该消息没有说什么特别的,也没有 InnerException。调用堆栈如下:
at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
at MS.Internal.XcpImports.SetValue(IManagedPeerBase obj, DependencyProperty property, DependencyObject doh)
at System.Windows.DependencyObject.SetValue(DependencyProperty property, DependencyObject doh)
at System.Windows.Controls.Border.set_Child(UIElement value)
有什么方法可以调试或诊断潜在的问题?