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