1 write to listViewState1
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
243listViewState1 = new System.Collections.Specialized.BitVector32(LISTVIEWSTATE1_useCompatibleStateImageBehavior);
19 references to listViewState1
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ListView.cs (19)
1067return this.listViewState1[LISTVIEWSTATE1_insertingItemsNatively]; 1196if (AutoArrange && !listViewState1[LISTVIEWSTATE1_disposingImageLists]) { 1444} else if (!listViewState1[LISTVIEWSTATE1_disposingImageLists]) { 1590if (!listViewState1[LISTVIEWSTATE1_disposingImageLists]) { 1751return this.listViewState1[LISTVIEWSTATE1_useCompatibleStateImageBehavior]; 1755this.listViewState1[LISTVIEWSTATE1_useCompatibleStateImageBehavior] = value; 2916listViewState1[LISTVIEWSTATE1_disposingImageLists] = true; 2932listViewState1[LISTVIEWSTATE1_disposingImageLists] = false; 3872this.listViewState1[LISTVIEWSTATE1_insertingItemsNatively] = true; 3976this.listViewState1[LISTVIEWSTATE1_insertingItemsNatively] = false; 3979if (this.listViewState1[LISTVIEWSTATE1_selectedIndexChangedSkipped]) 3982this.listViewState1[LISTVIEWSTATE1_selectedIndexChangedSkipped] = false; 5528this.listViewState1[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false; 5530this.listViewState1[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false; 5566this.listViewState1[LISTVIEWSTATE1_cancelledColumnWidthChanging] = true; 5630if (this.listViewState1[LISTVIEWSTATE1_cancelledColumnWidthChanging]) { 5639this.listViewState1[LISTVIEWSTATE1_cancelledColumnWidthChanging] = false; 5952this.listViewState1[LISTVIEWSTATE1_selectedIndexChangedSkipped] = false; 5957this.listViewState1[LISTVIEWSTATE1_selectedIndexChangedSkipped] = true;