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