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