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