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