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)
1107
return
_listViewState1
[LISTVIEWSTATE1_insertingItemsNatively];
1225
if (AutoArrange && !
_listViewState1
[LISTVIEWSTATE1_disposingImageLists])
1466
else if (!
_listViewState1
[LISTVIEWSTATE1_disposingImageLists])
1608
if (!
_listViewState1
[LISTVIEWSTATE1_disposingImageLists])
1794
return
_listViewState1
[LISTVIEWSTATE1_useCompatibleStateImageBehavior];
1798
_listViewState1
[LISTVIEWSTATE1_useCompatibleStateImageBehavior] = value;
2968
_listViewState1
[LISTVIEWSTATE1_disposingImageLists] = true;
3000
_listViewState1
[LISTVIEWSTATE1_disposingImageLists] = false;
3159
get =>
_listViewState1
[LISTVIEWSTATE1_clearingInnerListOnDispose];
3160
set =>
_listViewState1
[LISTVIEWSTATE1_clearingInnerListOnDispose] = value;
4118
_listViewState1
[LISTVIEWSTATE1_insertingItemsNatively] = true;
4243
_listViewState1
[LISTVIEWSTATE1_insertingItemsNatively] = false;
4246
if (
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped])
4249
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = false;
6115
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6117
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6154
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = true;
6223
if (
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging])
6235
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6702
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = false;
6707
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = true;