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