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