22 references to ComboBoxState
System.Windows.Forms (22)
winforms\Managed\System\WinForms\ComboBoxRenderer.cs (9)
47
private static void DrawBackground(Graphics g, Rectangle bounds,
ComboBoxState
state) {
51
if (state !=
ComboBoxState
.Disabled) {
71
public static void DrawTextBox(Graphics g, Rectangle bounds,
ComboBoxState
state) {
88
public static void DrawTextBox(Graphics g, Rectangle bounds, string comboBoxText, Font font,
ComboBoxState
state) {
98
public static void DrawTextBox(Graphics g, Rectangle bounds, string comboBoxText, Font font, Rectangle textBounds,
ComboBoxState
state) {
108
public static void DrawTextBox(Graphics g, Rectangle bounds, string comboBoxText, Font font, TextFormatFlags flags,
ComboBoxState
state) {
130
public static void DrawTextBox(Graphics g, Rectangle bounds, string comboBoxText, Font font, Rectangle textBounds, TextFormatFlags flags,
ComboBoxState
state) {
152
public static void DrawDropDownButton(Graphics g, Rectangle bounds,
ComboBoxState
state) {
166
internal static void DrawDropDownButtonForHandle(Graphics g, Rectangle bounds,
ComboBoxState
state, IntPtr handle) {
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (8)
2132
ComboBoxState
comboBoxState =
ComboBoxState
.Normal;
2137
comboBoxState =
ComboBoxState
.Hot;
2296
DataGridViewComboBoxCellRenderer.DrawDropDownButton(g, dropRect,
ComboBoxState
.Normal);
3185
public static void DrawTextBox(Graphics g, Rectangle bounds,
ComboBoxState
state)
3190
public static void DrawDropDownButton(Graphics g, Rectangle bounds,
ComboBoxState
state)
3209
public static void DrawDropDownButton(Graphics g, Rectangle bounds,
ComboBoxState
state, bool rightToLeft)
3236
public static void DrawReadOnlyButton(Graphics g, Rectangle bounds,
ComboBoxState
state)
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (5)
88
ComboBoxState
cbState =
ComboBoxState
.Normal;
91
cbState =
ComboBoxState
.Pressed;
94
cbState =
ComboBoxState
.Hot;
98
if (cbState ==
ComboBoxState
.Normal) {