9 writes to ItemCollectionChangedInMouseDown
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ListView.cs (9)
6258this.ItemCollectionChangedInMouseDown = false; 6267this.ItemCollectionChangedInMouseDown = false; 6292this.ItemCollectionChangedInMouseDown = false; 8890this.owner.ItemCollectionChangedInMouseDown = true; 8916this.owner.ItemCollectionChangedInMouseDown = true; 8969this.owner.ItemCollectionChangedInMouseDown = true; 9062this.owner.ItemCollectionChangedInMouseDown = true; 9112this.owner.ItemCollectionChangedInMouseDown = true; 9179this.owner.ItemCollectionChangedInMouseDown = true;
2 references to ItemCollectionChangedInMouseDown
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
5861if (!this.ItemCollectionChangedInMouseDown) { 5874if (!this.ItemCollectionChangedInMouseDown) {