6 references to WindowTextBrushKey
Microsoft.VisualStudio.LanguageServices.Implementation (5)
Options\AbstractOptionPageControl.cs (5)
44
groupBoxStyle.Setters.Add(new Setter(GroupBox.ForegroundProperty, new DynamicResourceExtension(SystemColors.
WindowTextBrushKey
)));
49
checkBoxStyle.Setters.Add(new Setter(CheckBox.ForegroundProperty, new DynamicResourceExtension(SystemColors.
WindowTextBrushKey
)));
54
textBoxStyle.Setters.Add(new Setter(TextBox.ForegroundProperty, new DynamicResourceExtension(SystemColors.
WindowTextBrushKey
)));
59
radioButtonStyle.Setters.Add(new Setter(RadioButton.ForegroundProperty, new DynamicResourceExtension(SystemColors.
WindowTextBrushKey
)));
64
comboBoxStyle.Setters.Add(new Setter(ComboBox.ForegroundProperty, new DynamicResourceExtension(SystemColors.
WindowTextBrushKey
)));
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
1228
return SystemColors.
WindowTextBrushKey
;