3 types derived from Page
PresentationFramework (1)
System\Windows\Navigation\PageFunction.cs (1)
21public abstract class PageFunctionBase : Page
PresentationUI (2)
artifacts\obj\PresentationUI\x86\Debug\net10.0\TenFeetInstallationError.g.cs (1)
37internal partial class TenFeetInstallationError : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector {
artifacts\obj\PresentationUI\x86\Debug\net10.0\TenFeetInstallationProgress.g.cs (1)
37internal partial class TenFeetInstallationProgress : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector {
2 instantiations of Page
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7945DefaultConstructor = delegate () { return new System.Windows.Controls.Page(); },
System\Windows\Markup\KnownTypes.cs (1)
1428case KnownElements.Page: o = new System.Windows.Controls.Page(); break;
31 references to Page
PresentationFramework (31)
System\Windows\Controls\Page.cs (20)
38typeof(Page), 45FocusableProperty.OverrideMetadata(typeof(Page), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox)); 47DefaultStyleKeyProperty.OverrideMetadata(typeof(Page), new FrameworkPropertyMetadata(typeof(Page))); 48_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Page)); 123typeof(Page), 313typeof(Page), 334"Title", typeof(string), typeof(Page), 349((Page)d).PropertyIsSet(SetPropertyFlags.Title); 397JournalEntry.KeepAliveProperty.AddOwner(typeof(Page)); 432TextElement.ForegroundProperty.AddOwner(typeof(Page)); 451TextElement.FontFamilyProperty.AddOwner(typeof(Page)); 473TextElement.FontSizeProperty.AddOwner(typeof(Page)); 492typeof(Page), 530Page p = (Page) d; 716Page page = (Page) d; 728Page p = d as Page;
System\Windows\ControlTemplate.cs (1)
136!typeof(Page).IsAssignableFrom(targetType) &&
System\Windows\FrameworkElement.cs (1)
6345_pageDType = DependencyObjectType.FromSystemTypeInternal(typeof(Page));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
528case 434: t = () => typeof(Page); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
3237Type type = typeof(System.Windows.Controls.Page); 3238DependencyProperty dp = System.Windows.Controls.Page.ContentProperty; 3240this.GetXamlType(typeof(System.Windows.Controls.Page)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7942typeof(System.Windows.Controls.Page),
System\Windows\Markup\KnownTypes.cs (2)
1844return System.Windows.Controls.Page.ContentProperty; 5982case KnownElements.Page: t = typeof(System.Windows.Controls.Page); break;
System\Windows\Navigation\NavigationService.cs (2)
3303if (String.IsNullOrEmpty(name) && dependencyObject is Page) 3305name = (dependencyObject as Page).Title;