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