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