4 references to DrawRadioButton
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonBaseAdapter.cs (1)
191ControlPaint.DrawRadioButton(g, check, style);
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (3)
111ControlPaint.DrawRadioButton(g, glyphBounds, ConvertToButtonState(state)); 148ControlPaint.DrawRadioButton(g, glyphBounds, ConvertToButtonState(state)); 197ControlPaint.DrawRadioButton(g, glyphBounds, ConvertToButtonState(state));