4 references to Disabled
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (1)
36
if (state != ComboBoxState.
Disabled
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (2)
87
state = ComboBoxState.
Disabled
;
108
ComboBoxState.
Disabled
=> ModernControlButtonState.Disabled,
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (1)
90
state = ComboBoxState.
Disabled
;