22 references to GetColor
System.Windows.Forms (22)
System\Windows\Forms\Controls\Buttons\ButtonRenderer.cs (2)
153textColor = t_visualStyleRenderer.GetColor(ColorProperty.TextColor); 259textColor = t_visualStyleRenderer.GetColor(ColorProperty.TextColor);
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (2)
131textColor = t_visualStyleRenderer.GetColor(ColorProperty.TextColor); 202textColor = t_visualStyleRenderer.GetColor(ColorProperty.TextColor);
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (2)
139textColor = t_visualStyleRenderer.GetColor(ColorProperty.TextColor); 231textColor = t_visualStyleRenderer.GetColor(ColorProperty.TextColor);
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (2)
34Color windowColor = t_visualStyleRenderer.GetColor(ColorProperty.FillColor); 91Color textColor = t_visualStyleRenderer.GetColor(ColorProperty.TextColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
987textColor = DataGridViewButtonCellRenderer.DataGridViewButtonRenderer.GetColor(ColorProperty.TextColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
914textColor = DataGridViewColumnHeaderCellRenderer.VisualStyleRenderer.GetColor(ColorProperty.TextColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
2341textColor = DataGridViewComboBoxCellRenderer.VisualStyleRenderer.GetColor(ColorProperty.TextColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (3)
816iconColor = DataGridViewRowHeaderCellRenderer.VisualStyleRenderer.GetColor(ColorProperty.TextColor); 876textColor = DataGridViewRowHeaderCellRenderer.VisualStyleRenderer.GetColor(ColorProperty.TextColor); 974iconColor = DataGridViewRowHeaderCellRenderer.VisualStyleRenderer.GetColor(ColorProperty.TextColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (1)
311textColor = DataGridViewTopLeftHeaderCellRenderer.VisualStyleRenderer.GetColor(ColorProperty.TextColor);
System\Windows\Forms\Controls\GroupBox\GroupBoxRenderer.cs (1)
349return t_visualStyleRenderer.GetColor(ColorProperty.TextColor);
System\Windows\Forms\Controls\TabControl\TabRenderer.cs (2)
79Color textColor = t_visualStyleRenderer.GetColor(ColorProperty.TextColor); 130Color textColor = t_visualStyleRenderer.GetColor(ColorProperty.TextColor);
System\Windows\Forms\Controls\TextBox\TextBoxRenderer.cs (2)
30Color windowColor = t_visualStyleRenderer.GetColor(ColorProperty.FillColor); 83Color 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)