1 write to _isLiveSorting
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
2360
set { EnsureShapingStorage(); _shapingStorage.
_isLiveSorting
= value; }
1 reference to _isLiveSorting
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
2359
get { return IsShapingActive ? _shapingStorage.
_isLiveSorting
: null; }