2 types derived from Document
PresentationUI (2)
MS\Internal\Documents\Application\PackageDocument.cs (1)
14
internal class PackageDocument :
Document
MS\Internal\Documents\Application\StreamDocument.cs (1)
17
internal class StreamDocument<T> :
Document
where T : StreamProxy
92 references to Document
PresentationUI (92)
MS\Internal\Documents\Application\Document.cs (16)
51
internal abstract class Document : IChainOfDependenciesNode<
Document
>, IDisposable
62
internal Document(
Document
dependency)
91
Document
IChainOfDependenciesNode<
Document
>.Dependency
180
internal
Document
Dependency
201
return ChainOfDependencies<
Document
>.GetLast(this)._isCopySafe;
208
ChainOfDependencies<
Document
>.GetLast(this)._isCopySafe = value;
223
return ChainOfDependencies<
Document
>.GetLast(this)._isDestinationIdenticalToSource;
231
ChainOfDependencies<
Document
>.GetLast(this)._isDestinationIdenticalToSource = value;
245
return ChainOfDependencies<
Document
>.GetLast(this)._isRebindNeeded;
252
ChainOfDependencies<
Document
>.GetLast(this)._isRebindNeeded = value;
266
return ChainOfDependencies<
Document
>.GetLast(this)._isReloadNeeded;
273
ChainOfDependencies<
Document
>.GetLast(this)._isReloadNeeded = value;
287
return ChainOfDependencies<
Document
>.GetLast(this)._uri;
295
ChainOfDependencies<
Document
>.GetLast(this)._uri = value;
344
private
Document
_dependency;
MS\Internal\Documents\Application\DocumentManager.cs (23)
35
: ChainOfResponsiblity<IDocumentController,
Document
>
143
internal void EnableEdit(
Document
document)
161
internal bool Open(
Document
document)
175
internal bool SaveAs(
Document
document)
204
internal bool Save(
Document
document)
242
internal bool Reload(
Document
document)
324
(IDocumentController controller,
Document
document)
344
(IDocumentController controller,
Document
document)
364
(IDocumentController controller,
Document
document)
385
(IDocumentController controller,
Document
document)
405
(IDocumentController controller,
Document
document)
426
(IDocumentController controller,
Document
document)
452
private bool OrderByMostDependent(DispatchDelegate action,
Document
document)
454
return ChainOfDependencies<
Document
>.OrderByMostDependent(
456
delegate(
Document
member)
460
Document
subject)
481
private bool OrderByLeastDependent(DispatchDelegate action,
Document
document)
483
return ChainOfDependencies<
Document
>.OrderByLeastDependent(
485
delegate(
Document
member)
489
Document
subject)
502
private static void ThrowIfNull(
Document
document)
520
IDocumentController controller,
Document
document);
531
private static
Document
_current;
MS\Internal\Documents\Application\FileController.cs (8)
30
bool IDocumentController.EnableEdit(
Document
document)
63
bool IDocumentController.Open(
Document
document)
107
bool IDocumentController.Rebind(
Document
document)
151
bool IDocumentController.SaveAsPreperation(
Document
document)
371
bool IDocumentController.SaveCommit(
Document
document)
471
bool IDocumentController.SavePreperation(
Document
document)
490
bool IChainOfResponsibiltyNode<
Document
>.IsResponsible(
Document
subject)
MS\Internal\Documents\Application\HostedController.cs (8)
25
bool IDocumentController.EnableEdit(
Document
document)
33
bool IDocumentController.Open(
Document
document)
41
bool IDocumentController.Rebind(
Document
document)
63
bool IDocumentController.SaveAsPreperation(
Document
document)
71
bool IDocumentController.SaveCommit(
Document
document)
79
bool IDocumentController.SavePreperation(
Document
document)
94
bool IChainOfResponsibiltyNode<
Document
>.IsResponsible(
Document
subject)
MS\Internal\Documents\Application\IDocumentController.cs (7)
13
internal interface IDocumentController : IChainOfResponsibiltyNode<
Document
>
22
bool EnableEdit(
Document
document);
31
bool Open(
Document
document);
40
bool Rebind(
Document
document);
49
bool SaveAsPreperation(
Document
document);
57
bool SaveCommit(
Document
document);
66
bool SavePreperation(
Document
document);
MS\Internal\Documents\Application\NavigationHelper.cs (1)
21
internal static void NavigateToDocument(
Document
document)
MS\Internal\Documents\Application\PackageController.cs (8)
29
bool IDocumentController.EnableEdit(
Document
document)
44
bool IDocumentController.Open(
Document
document)
79
bool IDocumentController.Rebind(
Document
document)
97
bool IDocumentController.SaveAsPreperation(
Document
document)
106
bool IDocumentController.SaveCommit(
Document
document)
161
bool IDocumentController.SavePreperation(
Document
document)
217
bool IChainOfResponsibiltyNode<
Document
>.IsResponsible(
Document
subject)
MS\Internal\Documents\Application\PackageDocument.cs (6)
21
internal PackageDocument(
Document
dependency)
32
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
44
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
56
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
68
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
84
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
MS\Internal\Documents\Application\RightsController.cs (8)
36
bool IDocumentController.EnableEdit(
Document
document)
104
bool IDocumentController.Open(
Document
document)
191
bool IDocumentController.Rebind(
Document
document)
253
bool IDocumentController.SaveAsPreperation(
Document
document)
269
bool IDocumentController.SaveCommit(
Document
document)
287
bool IDocumentController.SavePreperation(
Document
document)
404
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)
24
internal StreamDocument(
Document
dependency)
35
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
52
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
69
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
139
/// <see cref="MS.Internal.Documents.Application.
Document
"/>