Base:
1 override of CanRead
PresentationUI (1)
MS\Internal\Documents\Application\RightsManagementSuppressedStream.cs (1)
46public override bool CanRead
2 references to CanRead
PresentationUI (2)
MS\Internal\Documents\Application\DocumentStream.cs (1)
625if (_original.CanRead)
MS\Internal\Documents\Application\RightsManagementSuppressedStream.cs (1)
50return base.CanRead;