3 references to STATE_LASTMOUSEDOWNEDITEMCAPTURE
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
1148
get { return GetToolStripState(
STATE_LASTMOUSEDOWNEDITEMCAPTURE
); }
1870
SetToolStripState(
STATE_LASTMOUSEDOWNEDITEMCAPTURE
, false);
3323
SetToolStripState(
STATE_LASTMOUSEDOWNEDITEMCAPTURE
, true);