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