7 references to UncheckedNormal
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (1)
313
return RadioButtonState.
UncheckedNormal
;
System.Windows.Forms.Tests (6)
System\Windows\Forms\RadioButtonRendererTests.cs (6)
82
[InlineData(TextFormatFlags.TextBoxControl, RadioButtonState.
UncheckedNormal
)]
162
[InlineData(RadioButtonState.
UncheckedNormal
)]
258
RadioButtonState state = RadioButtonState.
UncheckedNormal
;
276
[InlineData(RadioButtonState.
UncheckedNormal
)]
338
[InlineData(RadioButtonState.
UncheckedNormal
, ButtonState.Normal)]
351
[InlineData(ButtonState.Normal, false, RadioButtonState.
UncheckedNormal
)]