2 instantiations of Frame
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4512
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
Frame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1285
case KnownElements.Frame: o = new System.Windows.Controls.
Frame
(); break;
44 references to Frame
PresentationFramework (44)
src\Framework\MS\Internal\DataStreams.cs (1)
148
if (object.ReferenceEquals(localValueEntry.Property,
Frame
.SourceProperty))
src\Framework\System\Windows\Automation\Peers\FrameAutomationPeer.cs (1)
14
public FrameAutomationPeer(
Frame
owner) : base(owner)
src\Framework\System\Windows\Controls\Frame.cs (28)
128
DefaultStyleKeyProperty.OverrideMetadata(typeof(
Frame
), new FrameworkPropertyMetadata(typeof(
Frame
)));
129
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
Frame
));
132
typeof(
Frame
),
137
KeyboardNavigation.TabNavigationProperty.OverrideMetadata(typeof(
Frame
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Local));
138
KeyboardNavigation.ControlTabNavigationProperty.OverrideMetadata(typeof(
Frame
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once));
141
typeof(
Frame
),
150
Frame
f = (
Frame
) d;
249
typeof(
Frame
),
260
Frame
frame = (
Frame
)d;
285
Frame
frame = (
Frame
)d;
335
JournalNavigationScope.CanGoBackProperty.AddOwner(typeof(
Frame
));
344
JournalNavigationScope.CanGoForwardProperty.AddOwner(typeof(
Frame
));
350
JournalNavigationScope.BackStackProperty.AddOwner(typeof(
Frame
));
356
JournalNavigationScope.ForwardStackProperty.AddOwner(typeof(
Frame
));
362
"NavigationUIVisibility", typeof(NavigationUIVisibility), typeof(
Frame
),
380
typeof(
Frame
),
405
Frame
frame = (
Frame
)d;
435
"JournalOwnership", typeof(JournalOwnership), typeof(
Frame
),
451
((
Frame
)d).OnJournalOwnershipPropertyChanged((JournalOwnership)e.NewValue);
508
JournalOwnership prevValue = ((
Frame
)d)._journalOwnership;
771
Debug.Assert(d as
Frame
!= null && ((
Frame
)d).NavigationService != null);
772
((
Frame
) d).NavigationService.OnParentNavigationServiceChanged();
src\Framework\System\Windows\Controls\Page.cs (2)
716
if (feParent is
Frame
)
722
if ((parent is Window) || (parent is
Frame
))
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
316
case 224: t = () => typeof(
Frame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (6)
7931
Type type = typeof(System.Windows.Controls.
Frame
);
7932
DependencyProperty dp = System.Windows.Controls.
Frame
.JournalOwnershipProperty;
7934
this.GetXamlType(typeof(System.Windows.Controls.
Frame
)), // DeclaringType
7948
Type type = typeof(System.Windows.Controls.
Frame
);
7949
DependencyProperty dp = System.Windows.Controls.
Frame
.NavigationUIVisibilityProperty;
7951
this.GetXamlType(typeof(System.Windows.Controls.
Frame
)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4510
typeof(System.Windows.Controls.
Frame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5768
case KnownElements.Frame: t = typeof(System.Windows.Controls.
Frame
); break;
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3797
return (bool)navigator.GetValue(
Frame
.SandboxExternalContentProperty);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (2)
70
Frame
.SandboxExternalContentProperty.AddOwner(typeof(NavigationWindow));
593
Frame
.SourceProperty.AddOwner(