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