If a WPF project is loaded into Blend and a XAML file is opened that contains a CustomElement (inheriting FrameworkElement) with a userdefined DependencyProperty of type FontFamily and this element is selected so that the FontFamily property of the CustomElement is visible within Blend's PropertyPane, Blend will crash if you close the XAML file.Obviously the crash comes from Blend's FontFamilyValueEditor within the PropertyPane.As this behaviour doesn't occur if we use e.g. a TextBlock element instead of my CustomElement, the question is: What is the difference?If Blend is attached to the VisualStudio debugger while it's crashing, a NullReferenceException can be observed.The stack trace is attached to this feedback.
Product?
Product Version?
Issue Type?
Repro Steps? (N/A for Suggestion)
Please wait...