Implemented interface member:
property
IsLiveGrouping
System.ComponentModel.ICollectionViewLiveShaping.IsLiveGrouping
4 references to IsLiveGrouping
PresentationFramework (4)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (4)
1258
if (
IsLiveGrouping
== true)
1470
if (_isGrouping &&
IsLiveGrouping
== true)
2295
bool isLiveGrouping = (
IsLiveGrouping
== true);
2399
if (
IsLiveGrouping
== true)