2 types derived from StreamProxy
PresentationUI (2)
MS\Internal\Documents\Application\DocumentStream.cs (1)
30internal sealed class DocumentStream : StreamProxy, IDisposable
MS\Internal\Documents\Application\RightsManagementSuppressedStream.cs (1)
14internal sealed class RightsManagementSuppressedStream : StreamProxy
4 instantiations of StreamProxy
PresentationUI (4)
MS\Internal\Documents\Application\RightsController.cs (4)
88doc.WorkspaceProxy = new StreamProxy(clear); 175doc.SourceProxy = new StreamProxy(clear); 330doc.DestinationProxy = new StreamProxy(clear); 373doc.DestinationProxy = new StreamProxy(clear);
6 references to StreamProxy
PresentationUI (6)
MS\Internal\Documents\Application\PackageController.cs (4)
116StreamProxy source = doc.Source as StreamProxy; 117StreamProxy destination = doc.Destination as StreamProxy;
MS\Internal\Documents\Application\RightsDocument.cs (1)
12internal class RightsDocument : StreamDocument<StreamProxy>
MS\Internal\Documents\Application\StreamDocument.cs (1)
16internal class StreamDocument<T> : Document where T : StreamProxy