2 instantiations of Frame
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4894DefaultConstructor = delegate () { return new System.Windows.Controls.Frame(); },
System\Windows\Markup\KnownTypes.cs (1)
1277case KnownElements.Frame: o = new System.Windows.Controls.Frame(); break;
47 references to Frame
PresentationFramework (47)
MS\Internal\DataStreams.cs (1)
107if (object.ReferenceEquals(localValueEntry.Property, Frame.SourceProperty))
System\Windows\Automation\Peers\FrameAutomationPeer.cs (1)
12public FrameAutomationPeer(Frame owner) : base(owner)
System\Windows\Controls\Frame.cs (30)
108DefaultStyleKeyProperty.OverrideMetadata(typeof(Frame), new FrameworkPropertyMetadata(typeof(Frame))); 109_dType = DependencyObjectType.FromSystemTypeInternal(typeof(Frame)); 112typeof(Frame), 117KeyboardNavigation.TabNavigationProperty.OverrideMetadata(typeof(Frame), new FrameworkPropertyMetadata(KeyboardNavigationMode.Local)); 118KeyboardNavigation.ControlTabNavigationProperty.OverrideMetadata(typeof(Frame), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once)); 121typeof(Frame), 130Frame f = (Frame) d; 228typeof(Frame), 239Frame frame = (Frame)d; 259Frame frame = (Frame)d; 309JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(Frame)); 318JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(Frame)); 324JournalNavigationScope.BackStackProperty.AddOwner(typeof(Frame)); 330JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(Frame)); 336"NavigationUIVisibility", typeof(NavigationUIVisibility), typeof(Frame), 354typeof(Frame), 377Frame frame = (Frame)d; 399"JournalOwnership", typeof(JournalOwnership), typeof(Frame), 415((Frame)d).OnJournalOwnershipPropertyChanged((JournalOwnership)e.NewValue); 472JournalOwnership prevValue = ((Frame)d)._journalOwnership; 603Frame thisRef = (Frame)arg; 733Debug.Assert(d as Frame != null && ((Frame)d).NavigationService != null); 734((Frame) d).NavigationService.OnParentNavigationServiceChanged();
System\Windows\Controls\Page.cs (2)
683if (feParent is Frame) 689if ((parent is Window) || (parent is Frame))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
317case 224: t = () => typeof(Frame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (6)
8616Type type = typeof(System.Windows.Controls.Frame); 8617DependencyProperty dp = System.Windows.Controls.Frame.JournalOwnershipProperty; 8619this.GetXamlType(typeof(System.Windows.Controls.Frame)), // DeclaringType 8635Type type = typeof(System.Windows.Controls.Frame); 8636DependencyProperty dp = System.Windows.Controls.Frame.NavigationUIVisibilityProperty; 8638this.GetXamlType(typeof(System.Windows.Controls.Frame)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4891typeof(System.Windows.Controls.Frame),
System\Windows\Markup\KnownTypes.cs (1)
5771case KnownElements.Frame: t = typeof(System.Windows.Controls.Frame); break;
System\Windows\Markup\WpfXamlLoader.cs (1)
121else if (args.Instance is System.Windows.Controls.Frame frame)
System\Windows\Navigation\NavigationService.cs (1)
3458return (bool)navigator.GetValue(Frame.SandboxExternalContentProperty);
System\Windows\Navigation\NavigationWindow.cs (2)
46Frame.SandboxExternalContentProperty.AddOwner(typeof(NavigationWindow)); 546Frame.SourceProperty.AddOwner(