7 references to Normal
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
18
PushButtonState state = PushButtonState.
Normal
;
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
723
PushButtonState pbState = PushButtonState.
Normal
;
System.Windows.Forms.Design (5)
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (3)
118
State = PushButtonState.
Normal
;
164
State = Focused ? PushButtonState.Default : PushButtonState.
Normal
;
292
State = PushButtonState.
Normal
;
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (2)
60
PushButtonState buttonState = PushButtonState.
Normal
;
97
PushButtonState buttonState = PushButtonState.
Normal
;