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