2 instantiations of DocumentReference
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3722
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)
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)
105
DocumentReference
docRef = value as
DocumentReference
;
109
throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(
DocumentReference
)), "value");
184
foreach (
DocumentReference
docRef in References)
214
DocumentReference
[] docArray = new
DocumentReference
[_references.Count];
373
foreach (
DocumentReference
docRef in References)
412
foreach (
DocumentReference
docRef in References)
445
foreach (
DocumentReference
docRef in References)
562
internal DynamicDocumentPaginator GetPaginator(
DocumentReference
docRef)
603
foreach (
DocumentReference
docRef in References)
677
foreach (
DocumentReference
docRef in References)
712
DocumentReference
docRef = (
DocumentReference
)sender;
741
DynamicDocumentPaginator paginator = GetPaginator((
DocumentReference
)item);
769
foreach (
DocumentReference
docRef in References)
953
private
DocumentReference
_partialRef; // uninitialized doc that is currently parsed.
1163
internal
DocumentReference
ChildDocumentReference
1167
foreach (
DocumentReference
docRef in _fixedDocumentSequence.References)
1209
foreach(
DocumentReference
docRef in _fixedDocumentSequence.References)
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
388
internal ChildDocumentBlock FindChildBlock(
DocumentReference
docRef)
519
foreach (
DocumentReference
docRef in _parent.References)
617
ChildDocumentBlock newBlock = new ChildDocumentBlock(this, (
DocumentReference
)item);
System\Windows\Documents\FixedDocument.cs (2)
799
internal
DocumentReference
DocumentReference
1297
private
DocumentReference
_documentReference;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
259
case 165: t = () => typeof(
DocumentReference
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3720
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)
569
System.Collections.Generic.IEnumerable<
DocumentReference
> drList = (System.Collections.Generic.IEnumerable<
DocumentReference
>)serializableObject;
582
SerializeDocumentReference((
DocumentReference
)documentReference);
595
DocumentReference
dre
Serialization\Manager\NGCSerializerAsync.cs (2)
1230
((System.Collections.Generic.IEnumerable<
DocumentReference
>)serializedObject).
1303
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)
178
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)
335
else if (typeof(System.Windows.Documents.
DocumentReference
).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
427
else if (typeof(System.Windows.Documents.
DocumentReference
).IsAssignableFrom(objectType))