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