1 instantiation of PageContentCollection
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
827_pages = new PageContentCollection(this);
14 references to PageContentCollection
PresentationFramework (8)
System\Windows\Documents\FixedDocument.cs (5)
222PageContentCollection pc = this.Pages; 559public PageContentCollection Pages 619PageContentCollection pc = this.Pages; 656PageContentCollection pc = this.Pages; 1287private PageContentCollection _pages;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4542typeof(System.Windows.Documents.PageContentCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11561typeof(System.Windows.Documents.PageContentCollection),
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
497typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(UnderlyingType))
ReachFramework (6)
Serialization\Manager\NGCSerializationManager.cs (1)
235else if(typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\NGCSerializationManagerAsync.cs (1)
473else if(typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManager.cs (1)
154else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
307else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (1)
311else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
403else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))