5 references to stateAllowDrop
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripItem.cs (5)
154private static readonly int stateVisible = BitVector32.CreateMask(stateAllowDrop); 192state[stateAllowDrop | stateMouseDownAndNoDrag | stateSupportsRightClick | statePressed | stateSelected | stateDisposed | stateDoubleClickEnabled | stateRightToLeftAutoMirrorImage | stateSupportsSpaceKey] = false; 380return state[stateAllowDrop]; 383if (value != state[stateAllowDrop]) { 385state[stateAllowDrop] = value;