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