3 references to Label
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6664
DefaultConstructor = delegate () { return new System.Windows.Controls.
Label
(); },
System\Windows\Markup\KnownTypes.cs (1)
1356
case KnownElements.Label: o = new System.Windows.Controls.
Label
(); break;
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\InternalOptionsControl.cs (1)
158
var label = new
Label
() { Content = optionDisplay };