1 implementation of CanGroup
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
288
public virtual bool
CanGroup
2 references to CanGroup
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
153
get { return ProxiedView.
CanGroup
; }
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
1025
if (view.
CanGroup
)