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