3 references to LISTVIEWSTATE1_insertingItemsNatively
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
1067
return this.listViewState1[
LISTVIEWSTATE1_insertingItemsNatively
];
3872
this.listViewState1[
LISTVIEWSTATE1_insertingItemsNatively
] = true;
3976
this.listViewState1[
LISTVIEWSTATE1_insertingItemsNatively
] = false;