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