1 instantiation of DocumentReferenceCollection
PresentationFramework (1)
System\Windows\Documents\DocumentSequence.cs (1)
669_references = new DocumentReferenceCollection();
11 references to DocumentReferenceCollection
PresentationFramework (5)
System\Windows\Documents\DocumentSequence.cs (2)
499public DocumentReferenceCollection References 956private DocumentReferenceCollection _references;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4561typeof(System.Windows.Documents.DocumentReferenceCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11575typeof(System.Windows.Documents.DocumentReferenceCollection),
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
499if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(UnderlyingType) ||
ReachFramework (6)
Serialization\Manager\NGCSerializationManager.cs (1)
239else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\NGCSerializationManagerAsync.cs (1)
476else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManager.cs (1)
179else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
341else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (1)
341else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
436else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))