2 types derived from Document
PresentationUI (2)
MS\Internal\Documents\Application\PackageDocument.cs (1)
13
internal class PackageDocument :
Document
MS\Internal\Documents\Application\StreamDocument.cs (1)
16
internal class StreamDocument<T> :
Document
where T : StreamProxy
92 references to Document
PresentationUI (92)
MS\Internal\Documents\Application\Document.cs (16)
50
internal abstract class Document : IChainOfDependenciesNode<
Document
>, IDisposable
61
internal Document(
Document
dependency)
90
Document
IChainOfDependenciesNode<
Document
>.Dependency
179
internal
Document
Dependency
200
return ChainOfDependencies<
Document
>.GetLast(this)._isCopySafe;
207
ChainOfDependencies<
Document
>.GetLast(this)._isCopySafe = value;
222
return ChainOfDependencies<
Document
>.GetLast(this)._isDestinationIdenticalToSource;
230
ChainOfDependencies<
Document
>.GetLast(this)._isDestinationIdenticalToSource = value;
244
return ChainOfDependencies<
Document
>.GetLast(this)._isRebindNeeded;
251
ChainOfDependencies<
Document
>.GetLast(this)._isRebindNeeded = value;
265
return ChainOfDependencies<
Document
>.GetLast(this)._isReloadNeeded;
272
ChainOfDependencies<
Document
>.GetLast(this)._isReloadNeeded = value;
286
return ChainOfDependencies<
Document
>.GetLast(this)._uri;
294
ChainOfDependencies<
Document
>.GetLast(this)._uri = value;
343
private
Document
_dependency;
MS\Internal\Documents\Application\DocumentManager.cs (23)
34
: ChainOfResponsiblity<IDocumentController,
Document
>
141
internal void EnableEdit(
Document
document)
159
internal bool Open(
Document
document)
173
internal bool SaveAs(
Document
document)
202
internal bool Save(
Document
document)
240
internal bool Reload(
Document
document)
322
(IDocumentController controller,
Document
document)
342
(IDocumentController controller,
Document
document)
362
(IDocumentController controller,
Document
document)
383
(IDocumentController controller,
Document
document)
403
(IDocumentController controller,
Document
document)
424
(IDocumentController controller,
Document
document)
450
private bool OrderByMostDependent(DispatchDelegate action,
Document
document)
452
return ChainOfDependencies<
Document
>.OrderByMostDependent(
454
delegate(
Document
member)
458
Document
subject)
479
private bool OrderByLeastDependent(DispatchDelegate action,
Document
document)
481
return ChainOfDependencies<
Document
>.OrderByLeastDependent(
483
delegate(
Document
member)
487
Document
subject)
500
private static void ThrowIfNull(
Document
document)
518
IDocumentController controller,
Document
document);
529
private static
Document
_current;
MS\Internal\Documents\Application\FileController.cs (8)
29
bool IDocumentController.EnableEdit(
Document
document)
62
bool IDocumentController.Open(
Document
document)
106
bool IDocumentController.Rebind(
Document
document)
150
bool IDocumentController.SaveAsPreperation(
Document
document)
370
bool IDocumentController.SaveCommit(
Document
document)
470
bool IDocumentController.SavePreperation(
Document
document)
489
bool IChainOfResponsibiltyNode<
Document
>.IsResponsible(
Document
subject)
MS\Internal\Documents\Application\HostedController.cs (8)
24
bool IDocumentController.EnableEdit(
Document
document)
32
bool IDocumentController.Open(
Document
document)
40
bool IDocumentController.Rebind(
Document
document)
62
bool IDocumentController.SaveAsPreperation(
Document
document)
70
bool IDocumentController.SaveCommit(
Document
document)
78
bool IDocumentController.SavePreperation(
Document
document)
93
bool IChainOfResponsibiltyNode<
Document
>.IsResponsible(
Document
subject)
MS\Internal\Documents\Application\IDocumentController.cs (7)
12
internal interface IDocumentController : IChainOfResponsibiltyNode<
Document
>
21
bool EnableEdit(
Document
document);
30
bool Open(
Document
document);
39
bool Rebind(
Document
document);
48
bool SaveAsPreperation(
Document
document);
56
bool SaveCommit(
Document
document);
65
bool SavePreperation(
Document
document);
MS\Internal\Documents\Application\NavigationHelper.cs (1)
20
internal static void NavigateToDocument(
Document
document)
MS\Internal\Documents\Application\PackageController.cs (8)
28
bool IDocumentController.EnableEdit(
Document
document)
43
bool IDocumentController.Open(
Document
document)
78
bool IDocumentController.Rebind(
Document
document)
96
bool IDocumentController.SaveAsPreperation(
Document
document)
105
bool IDocumentController.SaveCommit(
Document
document)
160
bool IDocumentController.SavePreperation(
Document
document)
216
bool IChainOfResponsibiltyNode<
Document
>.IsResponsible(
Document
subject)
MS\Internal\Documents\Application\PackageDocument.cs (6)
20
internal PackageDocument(
Document
dependency)
31
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
43
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
55
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
67
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
83
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
MS\Internal\Documents\Application\RightsController.cs (8)
35
bool IDocumentController.EnableEdit(
Document
document)
103
bool IDocumentController.Open(
Document
document)
191
bool IDocumentController.Rebind(
Document
document)
254
bool IDocumentController.SaveAsPreperation(
Document
document)
270
bool IDocumentController.SaveCommit(
Document
document)
288
bool IDocumentController.SavePreperation(
Document
document)
405
bool IChainOfResponsibiltyNode<
Document
>.IsResponsible(
Document
subject)
MS\Internal\Documents\Application\RightsDocument.cs (2)
23
internal RightsDocument(
Document
dependency)
110
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
MS\Internal\Documents\Application\StreamDocument.cs (5)
23
internal StreamDocument(
Document
dependency)
34
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
51
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
68
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
138
/// <see cref="MS.Internal.Documents.Application.
Document
"/>