2 references to WS_TABSTOP
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
1889if ((state & STATE_TABSTOP) != 0) cp.Style |= NativeMethods.WS_TABSTOP; 3975if (IsHandleCreated) SetWindowStyle(NativeMethods.WS_TABSTOP, value);