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