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
>
142
internal void EnableEdit(
Document
document)
160
internal bool Open(
Document
document)
174
internal bool SaveAs(
Document
document)
203
internal bool Save(
Document
document)
241
internal bool Reload(
Document
document)
323
(IDocumentController controller,
Document
document)
343
(IDocumentController controller,
Document
document)
363
(IDocumentController controller,
Document
document)
384
(IDocumentController controller,
Document
document)
404
(IDocumentController controller,
Document
document)
425
(IDocumentController controller,
Document
document)
451
private bool OrderByMostDependent(DispatchDelegate action,
Document
document)
453
return ChainOfDependencies<
Document
>.OrderByMostDependent(
455
delegate(
Document
member)
459
Document
subject)
480
private bool OrderByLeastDependent(DispatchDelegate action,
Document
document)
482
return ChainOfDependencies<
Document
>.OrderByLeastDependent(
484
delegate(
Document
member)
488
Document
subject)
501
private static void ThrowIfNull(
Document
document)
519
IDocumentController controller,
Document
document);
530
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)
192
bool IDocumentController.Rebind(
Document
document)
255
bool IDocumentController.SaveAsPreperation(
Document
document)
271
bool IDocumentController.SaveCommit(
Document
document)
289
bool IDocumentController.SavePreperation(
Document
document)
406
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
"/>