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