7 references to CDIS_SELECTED
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
804if ((itemState & NativeMethods.CDIS_SELECTED) != 0)
winforms\Managed\System\WinForms\ListView.cs (3)
2699state &= ~NativeMethods.CDIS_SELECTED; 2729if (subitem > 0 || (state & (NativeMethods.CDIS_SELECTED | NativeMethods.CDIS_GRAYED | NativeMethods.CDIS_HOT | NativeMethods.CDIS_DISABLED)) == 0) 2763if ((state & (NativeMethods.CDIS_SELECTED
winforms\Managed\System\WinForms\ListViewItemState.cs (1)
82Selected = NativeMethods.CDIS_SELECTED,
winforms\Managed\System\WinForms\TreeNodeState.cs (1)
82Selected = NativeMethods.CDIS_SELECTED,
winforms\Managed\System\WinForms\TreeView.cs (1)
2889if ((state & (NativeMethods.CDIS_SELECTED | NativeMethods.CDIS_GRAYED | NativeMethods.CDIS_HOT | NativeMethods.CDIS_DISABLED))==0) {