3 references to UIElement
PresentationFramework (3)
System\Windows\FrameworkElement.cs (1)
105
public FrameworkElement() :
base
()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11872
DefaultConstructor = delegate () { return new System.Windows.
UIElement
(); },
System\Windows\Markup\KnownTypes.cs (1)
1623
case KnownElements.UIElement: o = new System.Windows.
UIElement
(); break;