1 instantiation of PageContentCollection
PresentationFramework (1)
System\Windows\Documents\FixedDocument.cs (1)
826_pages = new PageContentCollection(this);
14 references to PageContentCollection
PresentationFramework (8)
System\Windows\Documents\FixedDocument.cs (5)
221PageContentCollection pc = this.Pages; 558public PageContentCollection Pages 618PageContentCollection pc = this.Pages; 655PageContentCollection pc = this.Pages; 1285private PageContentCollection _pages;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4805typeof(System.Windows.Documents.PageContentCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12852typeof(System.Windows.Documents.PageContentCollection),
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
496typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(UnderlyingType))
ReachFramework (6)
Serialization\Manager\NGCSerializationManager.cs (1)
234else if(typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\NGCSerializationManagerAsync.cs (1)
450else if(typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManager.cs (1)
147else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
306else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (1)
303else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
379else if (typeof(System.Windows.Documents.PageContentCollection).IsAssignableFrom(objectType))