1 instantiation of DocumentReferenceCollection
PresentationFramework (1)
System\Windows\Documents\DocumentSequence.cs (1)
653_references = new DocumentReferenceCollection();
11 references to DocumentReferenceCollection
PresentationFramework (5)
System\Windows\Documents\DocumentSequence.cs (2)
483public DocumentReferenceCollection References 940private DocumentReferenceCollection _references;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4825typeof(System.Windows.Documents.DocumentReferenceCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12867typeof(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)
443else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManager.cs (1)
168else 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)
324else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
400else if (typeof(System.Windows.Documents.DocumentReferenceCollection).IsAssignableFrom(objectType))