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