1 write to _isLiveSorting
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
2360set { EnsureShapingStorage(); _shapingStorage._isLiveSorting = value; }
1 reference to _isLiveSorting
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
2359get { return IsShapingActive ? _shapingStorage._isLiveSorting : null; }