23 references to ColorProperty
System.Windows.Forms (23)
System\Windows\Forms\Controls\Buttons\ButtonRenderer.cs (2)
153
textColor = t_visualStyleRenderer.GetColor(
ColorProperty
.TextColor);
259
textColor = t_visualStyleRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (2)
131
textColor = t_visualStyleRenderer.GetColor(
ColorProperty
.TextColor);
202
textColor = t_visualStyleRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (2)
139
textColor = t_visualStyleRenderer.GetColor(
ColorProperty
.TextColor);
231
textColor = t_visualStyleRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (2)
34
Color windowColor = t_visualStyleRenderer.GetColor(
ColorProperty
.FillColor);
91
Color textColor = t_visualStyleRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
980
textColor = DataGridViewButtonCellRenderer.DataGridViewButtonRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
911
textColor = DataGridViewColumnHeaderCellRenderer.VisualStyleRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
2332
textColor = DataGridViewComboBoxCellRenderer.VisualStyleRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (3)
816
iconColor = DataGridViewRowHeaderCellRenderer.VisualStyleRenderer.GetColor(
ColorProperty
.TextColor);
876
textColor = DataGridViewRowHeaderCellRenderer.VisualStyleRenderer.GetColor(
ColorProperty
.TextColor);
974
iconColor = DataGridViewRowHeaderCellRenderer.VisualStyleRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (1)
311
textColor = DataGridViewTopLeftHeaderCellRenderer.VisualStyleRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\Controls\GroupBox\GroupBoxRenderer.cs (1)
349
return t_visualStyleRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\Controls\TabControl\TabRenderer.cs (2)
79
Color textColor = t_visualStyleRenderer.GetColor(
ColorProperty
.TextColor);
130
Color textColor = t_visualStyleRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\Controls\TextBox\TextBoxRenderer.cs (2)
30
Color windowColor = t_visualStyleRenderer.GetColor(
ColorProperty
.FillColor);
83
Color textColor = t_visualStyleRenderer.GetColor(
ColorProperty
.TextColor);
System\Windows\Forms\VisualStyles\VisualStyleInformation.cs (2)
182
? SetParameters(VisualStyleElement.TextBox.TextEdit.Normal).GetColor(
ColorProperty
.BorderColor)
189
? SetParameters(VisualStyleElement.Button.PushButton.Normal).GetColor(
ColorProperty
.AccentColorHint)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
488
public Color GetColor(
ColorProperty
prop)