1 write to _listViewState1
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
224
_listViewState1
= new Collections.Specialized.BitVector32(LISTVIEWSTATE1_useCompatibleStateImageBehavior);
21 references to _listViewState1
System.Windows.Forms (21)
System\Windows\Forms\Controls\ListView\ListView.cs (21)
1105
return
_listViewState1
[LISTVIEWSTATE1_insertingItemsNatively];
1223
if (AutoArrange && !
_listViewState1
[LISTVIEWSTATE1_disposingImageLists])
1464
else if (!
_listViewState1
[LISTVIEWSTATE1_disposingImageLists])
1606
if (!
_listViewState1
[LISTVIEWSTATE1_disposingImageLists])
1792
return
_listViewState1
[LISTVIEWSTATE1_useCompatibleStateImageBehavior];
1796
_listViewState1
[LISTVIEWSTATE1_useCompatibleStateImageBehavior] = value;
2966
_listViewState1
[LISTVIEWSTATE1_disposingImageLists] = true;
2998
_listViewState1
[LISTVIEWSTATE1_disposingImageLists] = false;
3154
get =>
_listViewState1
[LISTVIEWSTATE1_clearingInnerListOnDispose];
3155
set =>
_listViewState1
[LISTVIEWSTATE1_clearingInnerListOnDispose] = value;
4113
_listViewState1
[LISTVIEWSTATE1_insertingItemsNatively] = true;
4238
_listViewState1
[LISTVIEWSTATE1_insertingItemsNatively] = false;
4241
if (
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped])
4244
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = false;
6105
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6107
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6144
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = true;
6213
if (
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging])
6225
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6689
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = false;
6694
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = true;