9 writes to ItemCollectionChangedInMouseDown
System.Windows.Forms (9)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
7021ItemCollectionChangedInMouseDown = false; 7038ItemCollectionChangedInMouseDown = false; 7069ItemCollectionChangedInMouseDown = false;
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (6)
51_owner.ItemCollectionChangedInMouseDown = true; 121_owner.ItemCollectionChangedInMouseDown = true; 180_owner.ItemCollectionChangedInMouseDown = true; 303_owner.ItemCollectionChangedInMouseDown = true; 358_owner.ItemCollectionChangedInMouseDown = true; 437_owner.ItemCollectionChangedInMouseDown = true;
2 references to ItemCollectionChangedInMouseDown
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
6577if (!ItemCollectionChangedInMouseDown) 6592if (!ItemCollectionChangedInMouseDown)