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