2 references to UserControl
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10848
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
UserControl
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1638
case KnownElements.UserControl: o = new System.Windows.Controls.
UserControl
(); break;