4 implementations of IsLiveGrouping
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
853
bool? ICollectionViewLiveShaping.
IsLiveGrouping
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1347
public bool?
IsLiveGrouping
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1171
public bool?
IsLiveGrouping
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1467
public bool?
IsLiveGrouping
4 writes to IsLiveGrouping
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
864
cvls.
IsLiveGrouping
= value;
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
1359
cvls.
IsLiveGrouping
= value;
1804
cvls.
IsLiveGrouping
= MyIsLiveGrouping;
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
1082
liveView.
IsLiveGrouping
= IsLiveGroupingRequested;
3 references to IsLiveGrouping
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
858
return (cvls != null) ? cvls.
IsLiveGrouping
: null;
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1352
return (cvls != null) ? cvls.
IsLiveGrouping
: null;
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
1096
IsLiveGrouping = liveView.
IsLiveGrouping
;