3 references to GetState
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (1)
202ButtonState style = GetState();
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
69RadioButtonRenderer.ConvertFromButtonState(GetState(), b.MouseIsOver),
System.Windows.Forms.Tests (1)
System\Windows\Forms\RadioButtonBaseAdapterTests.cs (1)
49public ButtonState GetStateMark() => GetState();