4 references to GetItemState
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
3561
=>
GetItemState
(
System\Windows\Forms\Controls\ListView\ListViewItem.cs (3)
364
return _listView.
GetItemState
(Index, LIST_VIEW_ITEM_STATE_FLAGS.LVIS_FOCUSED) != 0;
687
return _listView.
GetItemState
(Index, LIST_VIEW_ITEM_STATE_FLAGS.LVIS_SELECTED) != 0;
727
LIST_VIEW_ITEM_STATE_FLAGS state = _listView.
GetItemState
(Index, LIST_VIEW_ITEM_STATE_FLAGS.LVIS_STATEIMAGEMASK);