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