2 references to GetState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
218
ButtonState style =
GetState
();
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
114
layout.checkSize = CheckBoxRenderer.GetGlyphSize(g, CheckBoxRenderer.ConvertFromButtonState(
GetState
(), true, Control.MouseIsOver), Control.HandleInternal).Width;