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