9 references to dwFlags
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolBar.cs (9)
1623
if (NativeMethods.HICF_ENTERING == (nmTbHotItem.
dwFlags
& NativeMethods.HICF_ENTERING))
1625
else if (NativeMethods.HICF_LEAVING == (nmTbHotItem.
dwFlags
& NativeMethods.HICF_LEAVING))
1627
else if (NativeMethods.HICF_MOUSE == (nmTbHotItem.
dwFlags
& NativeMethods.HICF_MOUSE))
1629
else if (NativeMethods.HICF_ARROWKEYS == (nmTbHotItem.
dwFlags
& NativeMethods.HICF_ARROWKEYS))
1631
else if (NativeMethods.HICF_ACCELERATOR == (nmTbHotItem.
dwFlags
& NativeMethods.HICF_ACCELERATOR))
1633
else if (NativeMethods.HICF_DUPACCEL == (nmTbHotItem.
dwFlags
& NativeMethods.HICF_DUPACCEL))
1635
else if (NativeMethods.HICF_RESELECT == (nmTbHotItem.
dwFlags
& NativeMethods.HICF_RESELECT))
1637
else if (NativeMethods.HICF_LMOUSE == (nmTbHotItem.
dwFlags
& NativeMethods.HICF_LMOUSE))
1639
else if (NativeMethods.HICF_TOGGLEDROPDOWN == (nmTbHotItem.
dwFlags
& NativeMethods.HICF_TOGGLEDROPDOWN))