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