4 references to ConvertToButtonState
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (3)
83
ControlPaint.DrawRadioButton(graphics, glyphBounds,
ConvertToButtonState
(state));
143
ControlPaint.DrawRadioButton(g, glyphBounds,
ConvertToButtonState
(state));
236
ControlPaint.DrawRadioButton(g, glyphBounds,
ConvertToButtonState
(state));
System.Windows.Forms.Tests (1)
System\Windows\Forms\RadioButtonRendererTests.cs (1)
341
RadioButtonRenderer.
ConvertToButtonState
(radioState).Should().Be(expected);