5 references to CDIS_GRAYED
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListView.cs (2)
2729
if (subitem > 0 || (state & (NativeMethods.CDIS_SELECTED | NativeMethods.
CDIS_GRAYED
| NativeMethods.CDIS_HOT | NativeMethods.CDIS_DISABLED)) == 0)
2764
| NativeMethods.
CDIS_GRAYED
winforms\Managed\System\WinForms\ListViewItemState.cs (1)
50
Grayed = NativeMethods.
CDIS_GRAYED
,
winforms\Managed\System\WinForms\TreeNodeState.cs (1)
50
Grayed = NativeMethods.
CDIS_GRAYED
,
winforms\Managed\System\WinForms\TreeView.cs (1)
2889
if ((state & (NativeMethods.CDIS_SELECTED | NativeMethods.
CDIS_GRAYED
| NativeMethods.CDIS_HOT | NativeMethods.CDIS_DISABLED))==0) {