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