3 types derived from Page
PresentationFramework (1)
System\Windows\Navigation\PageFunction.cs (1)
20public 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)
7944DefaultConstructor = delegate () { return new System.Windows.Controls.Page(); },
System\Windows\Markup\KnownTypes.cs (1)
1427case KnownElements.Page: o = new System.Windows.Controls.Page(); break;
31 references to Page
PresentationFramework (31)
System\Windows\Controls\Page.cs (20)
37typeof(Page), 44FocusableProperty.OverrideMetadata(typeof(Page), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox)); 46DefaultStyleKeyProperty.OverrideMetadata(typeof(Page), new FrameworkPropertyMetadata(typeof(Page))); 47_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Page)); 122typeof(Page), 312typeof(Page), 333"Title", typeof(string), typeof(Page), 348((Page)d).PropertyIsSet(SetPropertyFlags.Title); 396JournalEntry.KeepAliveProperty.AddOwner(typeof(Page)); 431TextElement.ForegroundProperty.AddOwner(typeof(Page)); 450TextElement.FontFamilyProperty.AddOwner(typeof(Page)); 472TextElement.FontSizeProperty.AddOwner(typeof(Page)); 491typeof(Page), 529Page p = (Page) d; 712Page page = (Page) d; 724Page p = d as Page;
System\Windows\ControlTemplate.cs (1)
135!typeof(Page).IsAssignableFrom(targetType) &&
System\Windows\FrameworkElement.cs (1)
6332_pageDType = DependencyObjectType.FromSystemTypeInternal(typeof(Page));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
527case 434: t = () => typeof(Page); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
3236Type type = typeof(System.Windows.Controls.Page); 3237DependencyProperty dp = System.Windows.Controls.Page.ContentProperty; 3239this.GetXamlType(typeof(System.Windows.Controls.Page)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7941typeof(System.Windows.Controls.Page),
System\Windows\Markup\KnownTypes.cs (2)
1843return System.Windows.Controls.Page.ContentProperty; 5981case KnownElements.Page: t = typeof(System.Windows.Controls.Page); break;
System\Windows\Navigation\NavigationService.cs (2)
3266if (String.IsNullOrEmpty(name) && dependencyObject is Page) 3268name = (dependencyObject as Page).Title;