1 write to _isLiveGroupingSet
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
2449_shapingStorage._isLiveGroupingSet = value;
1 reference to _isLiveGroupingSet
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
2445get { return IsShapingActive ? _shapingStorage._isLiveGroupingSet : false; }