17 references to Normal
System.Windows.Forms (12)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
18
PushButtonState state = PushButtonState.
Normal
;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeAdapter.cs (2)
207
CheckState.Unchecked => PushButtonState.
Normal
,
210
_ => PushButtonState.
Normal
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\FlatButtonDarkModeRenderer.cs (2)
70
PushButtonState.
Normal
=> DefaultColors.StandardBackColor,
78
PushButtonState.
Normal
=> DefaultColors.StandardBackColor,
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonColorMath.cs (2)
68
? renderer.GetBackgroundColor(PushButtonState.
Normal
, isDefault)
97
return renderer.GetBackgroundColor(PushButtonState.
Normal
, owner.IsDefault);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (2)
112
PushButtonState.
Normal
=> Color.FromArgb(
129
PushButtonState.
Normal
=> DefaultColors.StandardBackColor,
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
720
PushButtonState pbState = PushButtonState.
Normal
;
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (2)
117
: PushButtonState.
Normal
;
244
: _baseColorRenderer.GetBackgroundColor(PushButtonState.
Normal
, isDefault: false);
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
;