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)
1103
return
_listViewState1
[LISTVIEWSTATE1_insertingItemsNatively];
1221
if (AutoArrange && !
_listViewState1
[LISTVIEWSTATE1_disposingImageLists])
1462
else if (!
_listViewState1
[LISTVIEWSTATE1_disposingImageLists])
1604
if (!
_listViewState1
[LISTVIEWSTATE1_disposingImageLists])
1790
return
_listViewState1
[LISTVIEWSTATE1_useCompatibleStateImageBehavior];
1794
_listViewState1
[LISTVIEWSTATE1_useCompatibleStateImageBehavior] = value;
2956
_listViewState1
[LISTVIEWSTATE1_disposingImageLists] = true;
2988
_listViewState1
[LISTVIEWSTATE1_disposingImageLists] = false;
3147
get =>
_listViewState1
[LISTVIEWSTATE1_clearingInnerListOnDispose];
3148
set =>
_listViewState1
[LISTVIEWSTATE1_clearingInnerListOnDispose] = value;
4106
_listViewState1
[LISTVIEWSTATE1_insertingItemsNatively] = true;
4231
_listViewState1
[LISTVIEWSTATE1_insertingItemsNatively] = false;
4234
if (
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped])
4237
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = false;
6042
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6044
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6081
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = true;
6150
if (
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging])
6162
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6628
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = false;
6633
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = true;