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