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