2 instantiations of DocumentReference
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3724
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
DocumentReference
(); };
System\Windows\Markup\KnownTypes.cs (1)
1235
case KnownElements.DocumentReference: o = new System.Windows.Documents.
DocumentReference
(); break;
63 references to DocumentReference
PresentationFramework (43)
System\Windows\Documents\ChildDocumentBlock.cs (3)
55
internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedContainer,
DocumentReference
docRef)
139
internal
DocumentReference
DocRef
275
private readonly
DocumentReference
_docRef; // Reference to the sub-document
System\Windows\Documents\DocumentReference.cs (3)
146
typeof(
DocumentReference
),
155
DocumentReference
docRef = (
DocumentReference
)d;
System\Windows\Documents\DocumentReferenceCollection.cs (9)
24
public sealed class DocumentReferenceCollection : IEnumerable<
DocumentReference
>, INotifyCollectionChanged
49
public IEnumerator<
DocumentReference
> GetEnumerator()
57
return ((IEnumerable<
DocumentReference
>)this).GetEnumerator();
66
public void Add(
DocumentReference
item)
78
public void CopyTo(
DocumentReference
[] array, int arrayIndex)
101
public
DocumentReference
this[int index]
140
private IList<
DocumentReference
> _InternalList
146
_internalList = new List<
DocumentReference
>();
182
private List<
DocumentReference
> _internalList;
System\Windows\Documents\DocumentSequence.cs (20)
109
DocumentReference
docRef = value as
DocumentReference
;
113
throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(
DocumentReference
)), "value");
188
foreach (
DocumentReference
docRef in References)
218
DocumentReference
[] docArray = new
DocumentReference
[_references.Count];
377
foreach (
DocumentReference
docRef in References)
416
foreach (
DocumentReference
docRef in References)
449
foreach (
DocumentReference
docRef in References)
566
internal DynamicDocumentPaginator GetPaginator(
DocumentReference
docRef)
607
foreach (
DocumentReference
docRef in References)
681
foreach (
DocumentReference
docRef in References)
716
DocumentReference
docRef = (
DocumentReference
)sender;
745
DynamicDocumentPaginator paginator = GetPaginator((
DocumentReference
)item);
773
foreach (
DocumentReference
docRef in References)
957
private
DocumentReference
_partialRef; // uninitialized doc that is currently parsed.
1167
internal
DocumentReference
ChildDocumentReference
1171
foreach (
DocumentReference
docRef in _fixedDocumentSequence.References)
1213
foreach(
DocumentReference
docRef in _fixedDocumentSequence.References)
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
396
internal ChildDocumentBlock FindChildBlock(
DocumentReference
docRef)
527
foreach (
DocumentReference
docRef in _parent.References)
625
ChildDocumentBlock newBlock = new ChildDocumentBlock(this, (
DocumentReference
)item);
System\Windows\Documents\FixedDocument.cs (2)
810
internal
DocumentReference
DocumentReference
1308
private
DocumentReference
_documentReference;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
261
case 165: t = () => typeof(
DocumentReference
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3722
typeof(System.Windows.Documents.
DocumentReference
),
System\Windows\Markup\KnownTypes.cs (1)
5719
case KnownElements.DocumentReference: t = typeof(System.Windows.Documents.
DocumentReference
); break;
ReachFramework (20)
Serialization\Manager\NGCSerializer.cs (4)
581
System.Collections.Generic.IEnumerable<
DocumentReference
> drList = (System.Collections.Generic.IEnumerable<
DocumentReference
>)serializableObject;
594
SerializeDocumentReference((
DocumentReference
)documentReference);
607
DocumentReference
dre
Serialization\Manager\NGCSerializerAsync.cs (2)
1241
((System.Collections.Generic.IEnumerable<
DocumentReference
>)serializedObject).
1314
IDocumentPaginatorSource idp = ((
DocumentReference
)documentReference).GetDocument(false);
Serialization\Manager\ReachDocumentReferenceCollectionSerializer.cs (4)
55
System.Collections.Generic.IEnumerable<
DocumentReference
> enumerableObject = serializableObjectContext.TargetObject as System.Collections.Generic.IEnumerable<
DocumentReference
>;
59
throw new XpsSerializationException(SR.Format(SR.MustBeOfType, "serializableObjectContext.TargetObject", typeof(System.Collections.Generic.IEnumerable<
DocumentReference
>)));
78
foreach (object documentReference in (System.Collections.Generic.IEnumerable<
DocumentReference
>)serializableObjectContext.TargetObject)
Serialization\Manager\ReachDocumentReferenceCollectionSerializerAsync.cs (4)
92
System.Collections.Generic.IEnumerable<
DocumentReference
> enumerableObject = serializableObjectContext.TargetObject as System.Collections.Generic.IEnumerable<
DocumentReference
>;
96
throw new XpsSerializationException(SR.Format(SR.MustBeOfType, "serializableObjectContext.TargetObject", typeof(System.Collections.Generic.IEnumerable<
DocumentReference
>)));
124
((System.Collections.Generic.IEnumerable<
DocumentReference
>)serializableObjectContext.TargetObject).
Serialization\Manager\ReachDocumentReferenceSerializer.cs (1)
63
FixedDocument document = ((
DocumentReference
)serializableObjectContext.TargetObject).GetDocument(false);
Serialization\Manager\ReachDocumentReferenceSerializerAsync.cs (1)
119
((
DocumentReference
)serializableObjectContext.TargetObject).GetDocument(false);
Serialization\Manager\XpsOMSerializationManager.cs (1)
183
else if (typeof(System.Windows.Documents.
DocumentReference
).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
345
else if (typeof(System.Windows.Documents.
DocumentReference
).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (1)
345
else if (typeof(System.Windows.Documents.
DocumentReference
).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
440
else if (typeof(System.Windows.Documents.
DocumentReference
).IsAssignableFrom(objectType))