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