9 writes to ItemCollectionChangedInMouseDown
System.Windows.Forms (9)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
7008ItemCollectionChangedInMouseDown = false; 7025ItemCollectionChangedInMouseDown = false; 7056ItemCollectionChangedInMouseDown = 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)
6564if (!ItemCollectionChangedInMouseDown) 6579if (!ItemCollectionChangedInMouseDown)