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