3 references to UIElement
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElement.cs (1)
120public FrameworkElement() : base()
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10691bamlType.DefaultConstructor = delegate() { return new System.Windows.UIElement(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1630case KnownElements.UIElement: o = new System.Windows.UIElement(); break;