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