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