2 references to PropDrawMode
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
500
int drawMode = Properties.GetInteger(
PropDrawMode
, out found);
514
Properties.SetInteger(
PropDrawMode
, (int)value);