3 references to CDIS_DISABLED
System.Windows.Forms (3)
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)
2766
| NativeMethods.
CDIS_DISABLED
)) != 0)
winforms\Managed\System\WinForms\TreeView.cs (1)
2889
if ((state & (NativeMethods.CDIS_SELECTED | NativeMethods.CDIS_GRAYED | NativeMethods.CDIS_HOT | NativeMethods.
CDIS_DISABLED
))==0) {