1 write to drawMode
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabControl.cs (1)
470drawMode = value;
3 references to drawMode
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TabControl.cs (3)
349if (drawMode == TabDrawMode.OwnerDrawFixed) cp.Style |= NativeMethods.TCS_OWNERDRAWFIXED; 460return drawMode; 469if (drawMode != value) {