2 instantiations of DocumentReference
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3997
DefaultConstructor = delegate () { return new System.Windows.Documents.
DocumentReference
(); },
System\Windows\Markup\KnownTypes.cs (1)
1229
case KnownElements.DocumentReference: o = new System.Windows.Documents.
DocumentReference
(); break;
63 references to DocumentReference
PresentationFramework (43)
System\Windows\Documents\ChildDocumentBlock.cs (3)
52
internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedContainer,
DocumentReference
docRef)
136
internal
DocumentReference
DocRef
272
private readonly
DocumentReference
_docRef; // Reference to the sub-document
System\Windows\Documents\DocumentReference.cs (3)
133
typeof(
DocumentReference
),
142
DocumentReference
docRef = (
DocumentReference
)d;
System\Windows\Documents\DocumentReferenceCollection.cs (9)
20
public sealed class DocumentReferenceCollection : IEnumerable<
DocumentReference
>, INotifyCollectionChanged
45
public IEnumerator<
DocumentReference
> GetEnumerator()
53
return ((IEnumerable<
DocumentReference
>)this).GetEnumerator();
62
public void Add(
DocumentReference
item)
74
public void CopyTo(
DocumentReference
[] array, int arrayIndex)
97
public
DocumentReference
this[int index]
136
private IList<
DocumentReference
> _InternalList
142
_internalList = new List<
DocumentReference
>();
178
private List<
DocumentReference
> _internalList;
System\Windows\Documents\DocumentSequence.cs (20)
98
DocumentReference
docRef = value as
DocumentReference
;
102
throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(
DocumentReference
)), nameof(value));
177
foreach (
DocumentReference
docRef in References)
207
DocumentReference
[] docArray = new
DocumentReference
[_references.Count];
361
foreach (
DocumentReference
docRef in References)
400
foreach (
DocumentReference
docRef in References)
433
foreach (
DocumentReference
docRef in References)
550
internal DynamicDocumentPaginator GetPaginator(
DocumentReference
docRef)
591
foreach (
DocumentReference
docRef in References)
665
foreach (
DocumentReference
docRef in References)
700
DocumentReference
docRef = (
DocumentReference
)sender;
729
DynamicDocumentPaginator paginator = GetPaginator((
DocumentReference
)item);
757
foreach (
DocumentReference
docRef in References)
941
private
DocumentReference
_partialRef; // uninitialized doc that is currently parsed.
1151
internal
DocumentReference
ChildDocumentReference
1155
foreach (
DocumentReference
docRef in _fixedDocumentSequence.References)
1197
foreach(
DocumentReference
docRef in _fixedDocumentSequence.References)
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
379
internal ChildDocumentBlock FindChildBlock(
DocumentReference
docRef)
510
foreach (
DocumentReference
docRef in _parent.References)
608
ChildDocumentBlock newBlock = new ChildDocumentBlock(this, (
DocumentReference
)item);
System\Windows\Documents\FixedDocument.cs (2)
799
internal
DocumentReference
DocumentReference
1296
private
DocumentReference
_documentReference;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
259
case 165: t = () => typeof(
DocumentReference
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3994
typeof(System.Windows.Documents.
DocumentReference
),
System\Windows\Markup\KnownTypes.cs (1)
5713
case KnownElements.DocumentReference: t = typeof(System.Windows.Documents.
DocumentReference
); break;
ReachFramework (20)
Serialization\Manager\NGCSerializer.cs (4)
566
System.Collections.Generic.IEnumerable<
DocumentReference
> drList = (System.Collections.Generic.IEnumerable<
DocumentReference
>)serializableObject;
579
SerializeDocumentReference((
DocumentReference
)documentReference);
592
DocumentReference
dre
Serialization\Manager\NGCSerializerAsync.cs (2)
1224
((System.Collections.Generic.IEnumerable<
DocumentReference
>)serializedObject).
1297
IDocumentPaginatorSource idp = ((
DocumentReference
)documentReference).GetDocument(false);
Serialization\Manager\ReachDocumentReferenceCollectionSerializer.cs (4)
42
System.Collections.Generic.IEnumerable<
DocumentReference
> enumerableObject = serializableObjectContext.TargetObject as System.Collections.Generic.IEnumerable<
DocumentReference
>;
46
throw new XpsSerializationException(SR.Format(SR.MustBeOfType, "serializableObjectContext.TargetObject", typeof(System.Collections.Generic.IEnumerable<
DocumentReference
>)));
65
foreach (object documentReference in (System.Collections.Generic.IEnumerable<
DocumentReference
>)serializableObjectContext.TargetObject)
Serialization\Manager\ReachDocumentReferenceCollectionSerializerAsync.cs (4)
80
System.Collections.Generic.IEnumerable<
DocumentReference
> enumerableObject = serializableObjectContext.TargetObject as System.Collections.Generic.IEnumerable<
DocumentReference
>;
84
throw new XpsSerializationException(SR.Format(SR.MustBeOfType, "serializableObjectContext.TargetObject", typeof(System.Collections.Generic.IEnumerable<
DocumentReference
>)));
112
((System.Collections.Generic.IEnumerable<
DocumentReference
>)serializableObjectContext.TargetObject).
Serialization\Manager\ReachDocumentReferenceSerializer.cs (1)
50
FixedDocument document = ((
DocumentReference
)serializableObjectContext.TargetObject).GetDocument(false);
Serialization\Manager\ReachDocumentReferenceSerializerAsync.cs (1)
106
((
DocumentReference
)serializableObjectContext.TargetObject).GetDocument(false);
Serialization\Manager\XpsOMSerializationManager.cs (1)
172
else if (typeof(System.Windows.Documents.
DocumentReference
).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
331
else if (typeof(System.Windows.Documents.
DocumentReference
).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (1)
328
else if (typeof(System.Windows.Documents.
DocumentReference
).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
404
else if (typeof(System.Windows.Documents.
DocumentReference
).IsAssignableFrom(objectType))