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