2 types derived from StreamProxy
PresentationUI (2)
MS\Internal\Documents\Application\DocumentStream.cs (1)
31internal sealed class DocumentStream : StreamProxy, IDisposable
MS\Internal\Documents\Application\RightsManagementSuppressedStream.cs (1)
15internal sealed class RightsManagementSuppressedStream : StreamProxy
4 instantiations of StreamProxy
PresentationUI (4)
MS\Internal\Documents\Application\RightsController.cs (4)
89doc.WorkspaceProxy = new StreamProxy(clear); 176doc.SourceProxy = new StreamProxy(clear); 331doc.DestinationProxy = new StreamProxy(clear); 374doc.DestinationProxy = new StreamProxy(clear);
6 references to StreamProxy
PresentationUI (6)
MS\Internal\Documents\Application\PackageController.cs (4)
117StreamProxy source = doc.Source as StreamProxy; 118StreamProxy destination = doc.Destination as StreamProxy;
MS\Internal\Documents\Application\RightsDocument.cs (1)
12internal class RightsDocument : StreamDocument<StreamProxy>
MS\Internal\Documents\Application\StreamDocument.cs (1)
17internal class StreamDocument<T> : Document where T : StreamProxy