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