9 writes to ItemCollectionChangedInMouseDown
System.Windows.Forms (9)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6943ItemCollectionChangedInMouseDown = false; 6960ItemCollectionChangedInMouseDown = false; 6991ItemCollectionChangedInMouseDown = 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)
6499if (!ItemCollectionChangedInMouseDown) 6514if (!ItemCollectionChangedInMouseDown)