2 instantiations of Frame
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4516bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Frame(); };
System\Windows\Markup\KnownTypes.cs (1)
1284case KnownElements.Frame: o = new System.Windows.Controls.Frame(); break;
47 references to Frame
PresentationFramework (47)
MS\Internal\DataStreams.cs (1)
114if (object.ReferenceEquals(localValueEntry.Property, Frame.SourceProperty))
System\Windows\Automation\Peers\FrameAutomationPeer.cs (1)
18public FrameAutomationPeer(Frame owner) : base(owner)
System\Windows\Controls\Frame.cs (30)
121DefaultStyleKeyProperty.OverrideMetadata(typeof(Frame), new FrameworkPropertyMetadata(typeof(Frame))); 122_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Frame)); 125typeof(Frame), 130KeyboardNavigation.TabNavigationProperty.OverrideMetadata(typeof(Frame), new FrameworkPropertyMetadata(KeyboardNavigationMode.Local)); 131KeyboardNavigation.ControlTabNavigationProperty.OverrideMetadata(typeof(Frame), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once)); 134typeof(Frame), 143Frame f = (Frame) d; 242typeof(Frame), 253Frame frame = (Frame)d; 273Frame frame = (Frame)d; 323JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(Frame)); 332JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(Frame)); 338JournalNavigationScope.BackStackProperty.AddOwner(typeof(Frame)); 344JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(Frame)); 350"NavigationUIVisibility", typeof(NavigationUIVisibility), typeof(Frame), 368typeof(Frame), 391Frame frame = (Frame)d; 413"JournalOwnership", typeof(JournalOwnership), typeof(Frame), 429((Frame)d).OnJournalOwnershipPropertyChanged((JournalOwnership)e.NewValue); 486JournalOwnership prevValue = ((Frame)d)._journalOwnership; 620Frame thisRef = (Frame)arg; 750Debug.Assert(d as Frame != null && ((Frame)d).NavigationService != null); 751((Frame) d).NavigationService.OnParentNavigationServiceChanged();
System\Windows\Controls\Page.cs (2)
707if (feParent is Frame) 713if ((parent is Window) || (parent is Frame))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
320case 224: t = () => typeof(Frame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (6)
7973Type type = typeof(System.Windows.Controls.Frame); 7974DependencyProperty dp = System.Windows.Controls.Frame.JournalOwnershipProperty; 7976this.GetXamlType(typeof(System.Windows.Controls.Frame)), // DeclaringType 7990Type type = typeof(System.Windows.Controls.Frame); 7991DependencyProperty dp = System.Windows.Controls.Frame.NavigationUIVisibilityProperty; 7993this.GetXamlType(typeof(System.Windows.Controls.Frame)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4514typeof(System.Windows.Controls.Frame),
System\Windows\Markup\KnownTypes.cs (1)
5778case KnownElements.Frame: t = typeof(System.Windows.Controls.Frame); break;
System\Windows\Markup\WpfXamlLoader.cs (1)
126else if (args.Instance is System.Windows.Controls.Frame frame)
System\Windows\Navigation\NavigationService.cs (1)
3523return (bool)navigator.GetValue(Frame.SandboxExternalContentProperty);
System\Windows\Navigation\NavigationWindow.cs (2)
63Frame.SandboxExternalContentProperty.AddOwner(typeof(NavigationWindow)); 566Frame.SourceProperty.AddOwner(