1 instantiation of PageContentCollection
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
838_pages = new PageContentCollection(this);
14 references to PageContentCollection
PresentationFramework (8)
System\Windows\Documents\FixedDocument.cs (5)
233PageContentCollection pc = this.Pages; 570public PageContentCollection Pages 630PageContentCollection pc = this.Pages; 667PageContentCollection pc = this.Pages; 1298private PageContentCollection _pages;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4544typeof(System.Windows.Documents.PageContentCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11563typeof(System.Windows.Documents.PageContentCollection),
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
500typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(UnderlyingType))
ReachFramework (6)
Serialization\Manager\NGCSerializationManager.cs (1)
247else if(typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\NGCSerializationManagerAsync.cs (1)
484else if(typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManager.cs (1)
159else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
321else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (1)
321else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
416else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))