3 references to ConvertFromButtonState
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (1)
210RadioButtonRenderer.ConvertFromButtonState(style, Control.MouseIsOver),
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
69RadioButtonRenderer.ConvertFromButtonState(GetState(), b.MouseIsOver),
System.Windows.Forms.Tests (1)
System\Windows\Forms\RadioButtonRendererTests.cs (1)
355RadioButtonRenderer.ConvertFromButtonState(buttonState, isHot).Should().Be(expected);