40 references to Normal
System.Windows.Forms (10)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
18
PushButtonState state = PushButtonState.
Normal
;
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeAdapter.cs (2)
161
CheckState.Unchecked => PushButtonState.
Normal
,
164
_ => PushButtonState.
Normal
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\FlatButtonDarkModeRenderer.cs (2)
65
PushButtonState.
Normal
=> DefaultColors.StandardBackColor,
73
PushButtonState.
Normal
=> DefaultColors.StandardBackColor,
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (2)
108
PushButtonState.
Normal
=> DefaultColors.StandardBackColor,
116
PushButtonState.
Normal
=> DefaultColors.StandardBackColor,
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (2)
90
PushButtonState.
Normal
=> Color.FromArgb(
107
PushButtonState.
Normal
=> DefaultColors.StandardBackColor,
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
720
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
;
System.Windows.Forms.Tests (25)
System\Windows\Forms\ButtonRendererTests.cs (25)
13
PushButtonState.
Normal
,
50
[InlineData(PushButtonState.
Normal
, true)]
51
[InlineData(PushButtonState.
Normal
, false)]
71
[InlineData(PushButtonState.
Normal
, "Test", true)]
72
[InlineData(PushButtonState.
Normal
, "Test", false)]
73
[InlineData(PushButtonState.
Normal
, null, true)]
74
[InlineData(PushButtonState.
Normal
, null, false)]
104
[InlineData(PushButtonState.
Normal
, "Sample", TextFormatFlags.Default, true)]
105
[InlineData(PushButtonState.
Normal
, "Sample", TextFormatFlags.Default, false)]
106
[InlineData(PushButtonState.
Normal
, null, TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter, true)]
107
[InlineData(PushButtonState.
Normal
, "Button", TextFormatFlags.SingleLine, false)]
138
[InlineData(PushButtonState.
Normal
, true)]
139
[InlineData(PushButtonState.
Normal
, false)]
163
[InlineData(PushButtonState.
Normal
, "Icon", true)]
164
[InlineData(PushButtonState.
Normal
, "Icon", false)]
165
[InlineData(PushButtonState.
Normal
, null, true)]
166
[InlineData(PushButtonState.
Normal
, null, false)]
199
[InlineData(PushButtonState.
Normal
, "Combo", TextFormatFlags.Default, true)]
200
[InlineData(PushButtonState.
Normal
, "Combo", TextFormatFlags.Default, false)]
201
[InlineData(PushButtonState.
Normal
, null, TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter, true)]
202
[InlineData(PushButtonState.
Normal
, "Button", TextFormatFlags.SingleLine, false)]
238
[InlineData(PushButtonState.
Normal
, "Advanced", TextFormatFlags.Default, true)]
239
[InlineData(PushButtonState.
Normal
, "Advanced", TextFormatFlags.Default, false)]
240
[InlineData(PushButtonState.
Normal
, null, TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter, true)]
241
[InlineData(PushButtonState.
Normal
, "Button", TextFormatFlags.SingleLine, false)]