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