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