Base:
1 override of Length
PresentationUI (1)
MS\Internal\Documents\Application\RightsManagementSuppressedStream.cs (1)
89
public override long
Length
3 references to Length
PresentationUI (3)
MS\Internal\Documents\Application\FileController.cs (2)
321
doc.SourceProxy.
Length
+
322
(doc.WorkspaceProxy == null ? 0 : doc.WorkspaceProxy.
Length
));
MS\Internal\Documents\Application\RightsManagementSuppressedStream.cs (1)
93
return base.
Length
;