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;
4115
_listViewState1
[LISTVIEWSTATE1_insertingItemsNatively] = true;
4240
_listViewState1
[LISTVIEWSTATE1_insertingItemsNatively] = false;
4243
if (
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped])
4246
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = false;
6107
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6109
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6146
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = true;
6215
if (
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging])
6227
_listViewState1
[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false;
6691
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = false;
6696
_listViewState1
[LISTVIEWSTATE1_selectedIndexChangedSkipped] = true;