1 instantiation of DocumentReferenceCollection
PresentationFramework (1)
System\Windows\Documents\DocumentSequence.cs (1)
665_references = new DocumentReferenceCollection();
11 references to DocumentReferenceCollection
PresentationFramework (5)
System\Windows\Documents\DocumentSequence.cs (2)
495public DocumentReferenceCollection References 952private DocumentReferenceCollection _references;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4559typeof(System.Windows.Documents.DocumentReferenceCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11573typeof(System.Windows.Documents.DocumentReferenceCollection),
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
496if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(UnderlyingType) ||
ReachFramework (6)
Serialization\Manager\NGCSerializationManager.cs (1)
227else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\NGCSerializationManagerAsync.cs (1)
465else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManager.cs (1)
174else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
327else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (1)
331else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
423else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))