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)
2445
get { return IsShapingActive ? _shapingStorage.
_isLiveGroupingSet
: false; }