2 instantiations of Frame
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4895
DefaultConstructor = delegate () { return new System.Windows.Controls.
Frame
(); },
System\Windows\Markup\KnownTypes.cs (1)
1278
case KnownElements.Frame: o = new System.Windows.Controls.
Frame
(); break;
47 references to Frame
PresentationFramework (47)
MS\Internal\DataStreams.cs (1)
108
if (object.ReferenceEquals(localValueEntry.Property,
Frame
.SourceProperty))
System\Windows\Automation\Peers\FrameAutomationPeer.cs (1)
13
public FrameAutomationPeer(
Frame
owner) : base(owner)
System\Windows\Controls\Frame.cs (30)
109
DefaultStyleKeyProperty.OverrideMetadata(typeof(
Frame
), new FrameworkPropertyMetadata(typeof(
Frame
)));
110
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
Frame
));
113
typeof(
Frame
),
118
KeyboardNavigation.TabNavigationProperty.OverrideMetadata(typeof(
Frame
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Local));
119
KeyboardNavigation.ControlTabNavigationProperty.OverrideMetadata(typeof(
Frame
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once));
122
typeof(
Frame
),
131
Frame
f = (
Frame
) d;
229
typeof(
Frame
),
240
Frame
frame = (
Frame
)d;
260
Frame
frame = (
Frame
)d;
310
JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(
Frame
));
319
JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(
Frame
));
325
JournalNavigationScope.BackStackProperty.AddOwner(typeof(
Frame
));
331
JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(
Frame
));
337
"NavigationUIVisibility", typeof(NavigationUIVisibility), typeof(
Frame
),
355
typeof(
Frame
),
378
Frame
frame = (
Frame
)d;
400
"JournalOwnership", typeof(JournalOwnership), typeof(
Frame
),
416
((
Frame
)d).OnJournalOwnershipPropertyChanged((JournalOwnership)e.NewValue);
473
JournalOwnership prevValue = ((
Frame
)d)._journalOwnership;
604
Frame
thisRef = (
Frame
)arg;
734
Debug.Assert(d as
Frame
!= null && ((
Frame
)d).NavigationService != null);
735
((
Frame
) d).NavigationService.OnParentNavigationServiceChanged();
System\Windows\Controls\Page.cs (2)
684
if (feParent is
Frame
)
690
if ((parent is Window) || (parent is
Frame
))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
318
case 224: t = () => typeof(
Frame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (6)
8617
Type type = typeof(System.Windows.Controls.
Frame
);
8618
DependencyProperty dp = System.Windows.Controls.
Frame
.JournalOwnershipProperty;
8620
this.GetXamlType(typeof(System.Windows.Controls.
Frame
)), // DeclaringType
8636
Type type = typeof(System.Windows.Controls.
Frame
);
8637
DependencyProperty dp = System.Windows.Controls.
Frame
.NavigationUIVisibilityProperty;
8639
this.GetXamlType(typeof(System.Windows.Controls.
Frame
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4892
typeof(System.Windows.Controls.
Frame
),
System\Windows\Markup\KnownTypes.cs (1)
5772
case KnownElements.Frame: t = typeof(System.Windows.Controls.
Frame
); break;
System\Windows\Markup\WpfXamlLoader.cs (1)
122
else if (args.Instance is System.Windows.Controls.
Frame
frame)
System\Windows\Navigation\NavigationService.cs (1)
3459
return (bool)navigator.GetValue(
Frame
.SandboxExternalContentProperty);
System\Windows\Navigation\NavigationWindow.cs (2)
47
Frame
.SandboxExternalContentProperty.AddOwner(typeof(NavigationWindow));
547
Frame
.SourceProperty.AddOwner(