7 references to CDIS_HOT
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
801
if (((itemState & NativeMethods.
CDIS_HOT
) != 0) ||
winforms\Managed\System\WinForms\ListView.cs (3)
2719
if (subitem == 0 && (state & NativeMethods.
CDIS_HOT
) != 0 && HotTracking)
2729
if (subitem > 0 || (state & (NativeMethods.CDIS_SELECTED | NativeMethods.CDIS_GRAYED | NativeMethods.
CDIS_HOT
| NativeMethods.CDIS_DISABLED)) == 0)
2765
| NativeMethods.
CDIS_HOT
winforms\Managed\System\WinForms\ListViewItemState.cs (1)
58
Hot = NativeMethods.
CDIS_HOT
,
winforms\Managed\System\WinForms\TreeNodeState.cs (1)
58
Hot = NativeMethods.
CDIS_HOT
,
winforms\Managed\System\WinForms\TreeView.cs (1)
2889
if ((state & (NativeMethods.CDIS_SELECTED | NativeMethods.CDIS_GRAYED | NativeMethods.
CDIS_HOT
| NativeMethods.CDIS_DISABLED))==0) {