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