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