2 types derived from Document
PresentationUI (2)
MS\Internal\Documents\Application\PackageDocument.cs (1)
17
internal class PackageDocument :
Document
MS\Internal\Documents\Application\StreamDocument.cs (1)
18
internal class StreamDocument<T> :
Document
where T : StreamProxy
92 references to Document
PresentationUI (92)
MS\Internal\Documents\Application\Document.cs (16)
52
internal abstract class Document : IChainOfDependenciesNode<
Document
>, IDisposable
63
internal Document(
Document
dependency)
92
Document
IChainOfDependenciesNode<
Document
>.Dependency
181
internal
Document
Dependency
202
return ChainOfDependencies<
Document
>.GetLast(this)._isCopySafe;
209
ChainOfDependencies<
Document
>.GetLast(this)._isCopySafe = value;
224
return ChainOfDependencies<
Document
>.GetLast(this)._isDestinationIdenticalToSource;
232
ChainOfDependencies<
Document
>.GetLast(this)._isDestinationIdenticalToSource = value;
246
return ChainOfDependencies<
Document
>.GetLast(this)._isRebindNeeded;
253
ChainOfDependencies<
Document
>.GetLast(this)._isRebindNeeded = value;
267
return ChainOfDependencies<
Document
>.GetLast(this)._isReloadNeeded;
274
ChainOfDependencies<
Document
>.GetLast(this)._isReloadNeeded = value;
288
return ChainOfDependencies<
Document
>.GetLast(this)._uri;
296
ChainOfDependencies<
Document
>.GetLast(this)._uri = value;
345
private
Document
_dependency;
MS\Internal\Documents\Application\DocumentManager.cs (23)
36
: ChainOfResponsiblity<IDocumentController,
Document
>
144
internal void EnableEdit(
Document
document)
162
internal bool Open(
Document
document)
176
internal bool SaveAs(
Document
document)
205
internal bool Save(
Document
document)
243
internal bool Reload(
Document
document)
325
(IDocumentController controller,
Document
document)
345
(IDocumentController controller,
Document
document)
365
(IDocumentController controller,
Document
document)
386
(IDocumentController controller,
Document
document)
406
(IDocumentController controller,
Document
document)
427
(IDocumentController controller,
Document
document)
453
private bool OrderByMostDependent(DispatchDelegate action,
Document
document)
455
return ChainOfDependencies<
Document
>.OrderByMostDependent(
457
delegate(
Document
member)
461
Document
subject)
482
private bool OrderByLeastDependent(DispatchDelegate action,
Document
document)
484
return ChainOfDependencies<
Document
>.OrderByLeastDependent(
486
delegate(
Document
member)
490
Document
subject)
503
private static void ThrowIfNull(
Document
document)
521
IDocumentController controller,
Document
document);
532
private static
Document
_current;
MS\Internal\Documents\Application\FileController.cs (8)
31
bool IDocumentController.EnableEdit(
Document
document)
64
bool IDocumentController.Open(
Document
document)
108
bool IDocumentController.Rebind(
Document
document)
152
bool IDocumentController.SaveAsPreperation(
Document
document)
372
bool IDocumentController.SaveCommit(
Document
document)
472
bool IDocumentController.SavePreperation(
Document
document)
491
bool IChainOfResponsibiltyNode<
Document
>.IsResponsible(
Document
subject)
MS\Internal\Documents\Application\HostedController.cs (8)
31
bool IDocumentController.EnableEdit(
Document
document)
39
bool IDocumentController.Open(
Document
document)
47
bool IDocumentController.Rebind(
Document
document)
69
bool IDocumentController.SaveAsPreperation(
Document
document)
77
bool IDocumentController.SaveCommit(
Document
document)
85
bool IDocumentController.SavePreperation(
Document
document)
100
bool IChainOfResponsibiltyNode<
Document
>.IsResponsible(
Document
subject)
MS\Internal\Documents\Application\IDocumentController.cs (7)
16
internal interface IDocumentController : IChainOfResponsibiltyNode<
Document
>
25
bool EnableEdit(
Document
document);
34
bool Open(
Document
document);
43
bool Rebind(
Document
document);
52
bool SaveAsPreperation(
Document
document);
60
bool SaveCommit(
Document
document);
69
bool SavePreperation(
Document
document);
MS\Internal\Documents\Application\NavigationHelper.cs (1)
25
internal static void NavigateToDocument(
Document
document)
MS\Internal\Documents\Application\PackageController.cs (8)
32
bool IDocumentController.EnableEdit(
Document
document)
47
bool IDocumentController.Open(
Document
document)
82
bool IDocumentController.Rebind(
Document
document)
100
bool IDocumentController.SaveAsPreperation(
Document
document)
109
bool IDocumentController.SaveCommit(
Document
document)
164
bool IDocumentController.SavePreperation(
Document
document)
220
bool IChainOfResponsibiltyNode<
Document
>.IsResponsible(
Document
subject)
MS\Internal\Documents\Application\PackageDocument.cs (6)
24
internal PackageDocument(
Document
dependency)
35
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
47
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
59
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
71
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
87
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
MS\Internal\Documents\Application\RightsController.cs (8)
41
bool IDocumentController.EnableEdit(
Document
document)
109
bool IDocumentController.Open(
Document
document)
196
bool IDocumentController.Rebind(
Document
document)
258
bool IDocumentController.SaveAsPreperation(
Document
document)
274
bool IDocumentController.SaveCommit(
Document
document)
292
bool IDocumentController.SavePreperation(
Document
document)
409
bool IChainOfResponsibiltyNode<
Document
>.IsResponsible(
Document
subject)
MS\Internal\Documents\Application\RightsDocument.cs (2)
25
internal RightsDocument(
Document
dependency)
112
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
MS\Internal\Documents\Application\StreamDocument.cs (5)
25
internal StreamDocument(
Document
dependency)
36
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
53
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
70
/// <see cref="MS.Internal.Documents.Application.
Document
"/>
140
/// <see cref="MS.Internal.Documents.Application.
Document
"/>