3 references to STATE_LASTMOUSEDOWNEDITEMCAPTURE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
1298
get { return GetToolStripState(
STATE_LASTMOUSEDOWNEDITEMCAPTURE
); }
2063
SetToolStripState(
STATE_LASTMOUSEDOWNEDITEMCAPTURE
, false);
3493
SetToolStripState(
STATE_LASTMOUSEDOWNEDITEMCAPTURE
, true);