1 write to _isLiveSortingSet
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
2383_shapingStorage._isLiveSortingSet = value;
1 reference to _isLiveSortingSet
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
2379get { return IsShapingActive ? _shapingStorage._isLiveSortingSet : false; }