9 writes to ItemCollectionChangedInMouseDown
System.Windows.Forms (9)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6947ItemCollectionChangedInMouseDown = false; 6964ItemCollectionChangedInMouseDown = false; 6995ItemCollectionChangedInMouseDown = 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)
6503if (!ItemCollectionChangedInMouseDown) 6518if (!ItemCollectionChangedInMouseDown)