2 instantiations of DocumentReference
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3996DefaultConstructor = delegate () { return new System.Windows.Documents.DocumentReference(); },
System\Windows\Markup\KnownTypes.cs (1)
1228case KnownElements.DocumentReference: o = new System.Windows.Documents.DocumentReference(); break;
63 references to DocumentReference
PresentationFramework (43)
System\Windows\Documents\ChildDocumentBlock.cs (3)
51internal ChildDocumentBlock(DocumentSequenceTextContainer aggregatedContainer, DocumentReference docRef) 135internal DocumentReference DocRef 271private readonly DocumentReference _docRef; // Reference to the sub-document
System\Windows\Documents\DocumentReference.cs (3)
132typeof(DocumentReference), 140DocumentReference docRef = (DocumentReference)d;
System\Windows\Documents\DocumentReferenceCollection.cs (9)
19public sealed class DocumentReferenceCollection : IEnumerable<DocumentReference>, INotifyCollectionChanged 44public IEnumerator<DocumentReference> GetEnumerator() 52return ((IEnumerable<DocumentReference>)this).GetEnumerator(); 61public void Add(DocumentReference item) 73public void CopyTo(DocumentReference[] array, int arrayIndex) 96public DocumentReference this[int index] 135private IList<DocumentReference> _InternalList 141_internalList = new List<DocumentReference>(); 177private List<DocumentReference> _internalList;
System\Windows\Documents\DocumentSequence.cs (20)
97DocumentReference docRef = value as DocumentReference; 101throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(DocumentReference)), nameof(value)); 176foreach (DocumentReference docRef in References) 206DocumentReference[] docArray = new DocumentReference[_references.Count]; 360foreach (DocumentReference docRef in References) 399foreach (DocumentReference docRef in References) 432foreach (DocumentReference docRef in References) 549internal DynamicDocumentPaginator GetPaginator(DocumentReference docRef) 590foreach (DocumentReference docRef in References) 664foreach (DocumentReference docRef in References) 699DocumentReference docRef = (DocumentReference)sender; 728DynamicDocumentPaginator paginator = GetPaginator((DocumentReference)item); 756foreach (DocumentReference docRef in References) 940private DocumentReference _partialRef; // uninitialized doc that is currently parsed. 1150internal DocumentReference ChildDocumentReference 1154foreach (DocumentReference docRef in _fixedDocumentSequence.References) 1196foreach(DocumentReference docRef in _fixedDocumentSequence.References)
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
378internal ChildDocumentBlock FindChildBlock(DocumentReference docRef) 509foreach (DocumentReference docRef in _parent.References) 607ChildDocumentBlock newBlock = new ChildDocumentBlock(this, (DocumentReference)item);
System\Windows\Documents\FixedDocument.cs (2)
798internal DocumentReference DocumentReference 1295private DocumentReference _documentReference;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
258case 165: t = () => typeof(DocumentReference); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3993typeof(System.Windows.Documents.DocumentReference),
System\Windows\Markup\KnownTypes.cs (1)
5712case KnownElements.DocumentReference: t = typeof(System.Windows.Documents.DocumentReference); break;
ReachFramework (20)
Serialization\Manager\NGCSerializer.cs (4)
565System.Collections.Generic.IEnumerable<DocumentReference> drList = (System.Collections.Generic.IEnumerable<DocumentReference>)serializableObject; 578SerializeDocumentReference((DocumentReference)documentReference); 591DocumentReference dre
Serialization\Manager\NGCSerializerAsync.cs (2)
1223((System.Collections.Generic.IEnumerable<DocumentReference>)serializedObject). 1296IDocumentPaginatorSource idp = ((DocumentReference)documentReference).GetDocument(false);
Serialization\Manager\ReachDocumentReferenceCollectionSerializer.cs (4)
41System.Collections.Generic.IEnumerable<DocumentReference> enumerableObject = serializableObjectContext.TargetObject as System.Collections.Generic.IEnumerable<DocumentReference>; 45throw new XpsSerializationException(SR.Format(SR.MustBeOfType, "serializableObjectContext.TargetObject", typeof(System.Collections.Generic.IEnumerable<DocumentReference>))); 64foreach (object documentReference in (System.Collections.Generic.IEnumerable<DocumentReference>)serializableObjectContext.TargetObject)
Serialization\Manager\ReachDocumentReferenceCollectionSerializerAsync.cs (4)
79System.Collections.Generic.IEnumerable<DocumentReference> enumerableObject = serializableObjectContext.TargetObject as System.Collections.Generic.IEnumerable<DocumentReference>; 83throw new XpsSerializationException(SR.Format(SR.MustBeOfType, "serializableObjectContext.TargetObject", typeof(System.Collections.Generic.IEnumerable<DocumentReference>))); 111((System.Collections.Generic.IEnumerable<DocumentReference>)serializableObjectContext.TargetObject).
Serialization\Manager\ReachDocumentReferenceSerializer.cs (1)
49FixedDocument document = ((DocumentReference)serializableObjectContext.TargetObject).GetDocument(false);
Serialization\Manager\ReachDocumentReferenceSerializerAsync.cs (1)
105((DocumentReference)serializableObjectContext.TargetObject).GetDocument(false);
Serialization\Manager\XpsOMSerializationManager.cs (1)
171else if (typeof(System.Windows.Documents.DocumentReference).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
330else if (typeof(System.Windows.Documents.DocumentReference).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (1)
327else if (typeof(System.Windows.Documents.DocumentReference).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
403else if (typeof(System.Windows.Documents.DocumentReference).IsAssignableFrom(objectType))