2 types derived from StreamProxy
PresentationUI (2)
MS\Internal\Documents\Application\DocumentStream.cs (1)
39internal sealed class DocumentStream : StreamProxy, IDisposable
MS\Internal\Documents\Application\RightsManagementSuppressedStream.cs (1)
17internal sealed class RightsManagementSuppressedStream : StreamProxy
4 instantiations of StreamProxy
PresentationUI (4)
MS\Internal\Documents\Application\RightsController.cs (4)
94doc.WorkspaceProxy = new StreamProxy(clear); 180doc.SourceProxy = new StreamProxy(clear); 334doc.DestinationProxy = new StreamProxy(clear); 377doc.DestinationProxy = new StreamProxy(clear);
6 references to StreamProxy
PresentationUI (6)
MS\Internal\Documents\Application\PackageController.cs (4)
120StreamProxy source = doc.Source as StreamProxy; 121StreamProxy destination = doc.Destination as StreamProxy;
MS\Internal\Documents\Application\RightsDocument.cs (1)
14internal class RightsDocument : StreamDocument<StreamProxy>
MS\Internal\Documents\Application\StreamDocument.cs (1)
18internal class StreamDocument<T> : Document where T : StreamProxy