4 implementations of CanChangeLiveGrouping
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
791
bool ICollectionViewLiveShaping.
CanChangeLiveGrouping
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1287
public bool
CanChangeLiveGrouping
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1137
public bool
CanChangeLiveGrouping
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
1409
public bool
CanChangeLiveGrouping
6 references to CanChangeLiveGrouping
PresentationFramework (6)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
796
return (cvls != null) ? cvls.
CanChangeLiveGrouping
: false;
src\Framework\System\Windows\Controls\ItemCollection.cs (3)
1292
return (cvls != null) ? cvls.
CanChangeLiveGrouping
: false;
1358
if (cvls != null && cvls.
CanChangeLiveGrouping
)
1802
if (MyIsLiveGrouping != null && cvls.
CanChangeLiveGrouping
)
src\Framework\System\Windows\Data\CollectionViewSource.cs (2)
1080
if (liveView.
CanChangeLiveGrouping
)
1095
CanChangeLiveGrouping = liveView.
CanChangeLiveGrouping
;