PhoneApplicationFrame Class
July 26, 2012
The class for the PhoneApplicationFrame control for Windows Phone Silverlight projects. For more information about this control, see Frame and Page Navigation Overview for Windows Phone.
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.Frame
Microsoft.Phone.Controls.PhoneApplicationFrame
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.Frame
Microsoft.Phone.Controls.PhoneApplicationFrame
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The PhoneApplicationFrame type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PhoneApplicationFrame | Initializes a new instance of the PhoneApplicationFrame class. |
| Name | Description | |
|---|---|---|
![]() | ActualHeight | (Inherited from FrameworkElement.) |
![]() | ActualWidth | (Inherited from FrameworkElement.) |
![]() | AllowDrop | (Inherited from UIElement.) |
![]() | Background | (Inherited from Control.) |
![]() | BackStack | Gets an IEnumerable that you use to enumerate the entries in the back navigation history. |
![]() | BorderBrush | (Inherited from Control.) |
![]() | BorderThickness | (Inherited from Control.) |
![]() | CacheMode | (Inherited from UIElement.) |
![]() | CacheSize | Gets or sets the number of pages that can be cached for the frame. (Inherited from Frame.) |
![]() | CanGoBack | Gets a value that indicates whether there is at least one entry in the back navigation history. (Inherited from Frame.) |
![]() | CanGoForward | Gets a value that indicates whether there is at least one entry in the forward navigation history. (Inherited from Frame.) |
![]() | Clip | (Inherited from UIElement.) |
![]() | Content | (Inherited from ContentControl.) |
![]() | ContentTemplate | (Inherited from ContentControl.) |
![]() | CurrentSource | Gets the uniform resource identifier (URI) of the content that is currently displayed. (Inherited from Frame.) |
![]() | Cursor | (Inherited from FrameworkElement.) |
![]() | DataContext | (Inherited from FrameworkElement.) |
![]() | DefaultStyleKey | (Inherited from Control.) |
![]() | DesiredSize | (Inherited from UIElement.) |
![]() | Dispatcher | (Inherited from DependencyObject.) |
![]() | FlowDirection | (Inherited from FrameworkElement.) |
![]() | FontFamily | (Inherited from Control.) |
![]() | FontSize | (Inherited from Control.) |
![]() | FontStretch | (Inherited from Control.) |
![]() | FontStyle | (Inherited from Control.) |
![]() | FontWeight | (Inherited from Control.) |
![]() | Foreground | (Inherited from Control.) |
![]() | Height | (Inherited from FrameworkElement.) |
![]() | HorizontalAlignment | (Inherited from FrameworkElement.) |
![]() | HorizontalContentAlignment | (Inherited from Control.) |
![]() | IsEnabled | (Inherited from Control.) |
![]() | IsHitTestVisible | (Inherited from UIElement.) |
![]() | IsTabStop | (Inherited from Control.) |
![]() | JournalOwnership | Gets or sets whether a frame is responsible for managing its own navigation history, or whether it integrates with the web browser journal. (Inherited from Frame.) |
![]() | Language | (Inherited from FrameworkElement.) |
![]() | Margin | (Inherited from FrameworkElement.) |
![]() | MaxHeight | (Inherited from FrameworkElement.) |
![]() | MaxWidth | (Inherited from FrameworkElement.) |
![]() | MinHeight | (Inherited from FrameworkElement.) |
![]() | MinWidth | (Inherited from FrameworkElement.) |
![]() | Name | (Inherited from FrameworkElement.) |
![]() | Opacity | (Inherited from UIElement.) |
![]() | OpacityMask | (Inherited from UIElement.) |
![]() | Orientation | This property indicates the current orientation of the frame that is decided by the hosted page. |
![]() | Padding | (Inherited from Control.) |
![]() | Parent | (Inherited from FrameworkElement.) |
![]() | Projection | (Inherited from UIElement.) |
![]() | RenderSize | (Inherited from UIElement.) |
![]() | RenderTransform | (Inherited from UIElement.) |
![]() | RenderTransformOrigin | (Inherited from UIElement.) |
![]() | Resources | (Inherited from FrameworkElement.) |
![]() | Source | Gets or sets the uniform resource identifier (URI) of the current content or the content that is being navigated to. (Inherited from Frame.) |
![]() | Style | (Inherited from FrameworkElement.) |
![]() | TabIndex | (Inherited from Control.) |
![]() | TabNavigation | (Inherited from Control.) |
![]() | Tag | (Inherited from FrameworkElement.) |
![]() | Template | (Inherited from Control.) |
![]() | Triggers | (Inherited from FrameworkElement.) |
![]() | UriMapper | Gets or sets the object to manage converting a uniform resource identifier (URI) to another URI for this frame. (Inherited from Frame.) |
![]() | UseLayoutRounding | (Inherited from UIElement.) |
![]() | VerticalAlignment | (Inherited from FrameworkElement.) |
![]() | VerticalContentAlignment | (Inherited from Control.) |
![]() | Visibility | (Inherited from UIElement.) |
![]() | Width | (Inherited from FrameworkElement.) |
| Name | Description | |
|---|---|---|
![]() | AddHandler | (Inherited from UIElement.) |
![]() | ApplyTemplate | (Inherited from Control.) |
![]() | Arrange | (Inherited from UIElement.) |
![]() | ArrangeOverride | When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class. (Overrides FrameworkElement.ArrangeOverride(Size).) |
![]() | CaptureMouse | (Inherited from UIElement.) |
![]() | CheckAccess | (Inherited from DependencyObject.) |
![]() | ClearValue | (Inherited from DependencyObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. Finalize is protected and, therefore, is accessible only through this class or a derived class. (Overrides Object.Finalize().) |
![]() | FindName | (Inherited from FrameworkElement.) |
![]() | Focus | (Inherited from Control.) |
![]() | GetAnimationBaseValue | (Inherited from DependencyObject.) |
![]() | GetBindingExpression | (Inherited from FrameworkElement.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetTemplateChild | (Inherited from Control.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValue | (Inherited from DependencyObject.) |
![]() | GoBack | Navigates to the most recent entry in the back navigation history, or throws an exception if no entry exists in back navigation. (Inherited from Frame.) |
![]() | GoForward | Navigates to the most recent entry in the forward navigation history, or throws an exception if no entry exists in forward navigation. For Windows Phone, this method will always throw an exception because there is no forward navigation stack. (Inherited from Frame.) |
![]() | InvalidateArrange | (Inherited from UIElement.) |
![]() | InvalidateMeasure | (Inherited from UIElement.) |
![]() | Measure | (Inherited from UIElement.) |
![]() | MeasureOverride | When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class. (Overrides FrameworkElement.MeasureOverride(Size).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Navigate | Navigates to the content specified by the uniform resource identifier (URI). (Inherited from Frame.) |
![]() | OnApplyTemplate | This method applies a template to the PhoneApplicationFrame. (Overrides Frame.OnApplyTemplate().) |
![]() | OnContentChanged | (Inherited from ContentControl.) |
![]() | OnCreateAutomationPeer | Returns a FrameAutomationPeer for use by the Silverlight automation infrastructure. (Overrides UIElement OnCreateAutomationPeer().) (Inherited from Frame.) |
![]() | OnDoubleTap | (Inherited from Control.) |
![]() | OnDragEnter | (Inherited from Control.) |
![]() | OnDragLeave | (Inherited from Control.) |
![]() | OnDragOver | (Inherited from Control.) |
![]() | OnDrop | (Inherited from Control.) |
![]() | OnGotFocus | (Inherited from Control.) |
![]() | OnHold | (Inherited from Control.) |
![]() | OnKeyDown | (Inherited from Control.) |
![]() | OnKeyUp | (Inherited from Control.) |
![]() | OnLostFocus | (Inherited from Control.) |
![]() | OnLostMouseCapture | (Inherited from Control.) |
![]() | OnManipulationCompleted | (Inherited from Control.) |
![]() | OnManipulationDelta | (Inherited from Control.) |
![]() | OnManipulationStarted | (Inherited from Control.) |
![]() | OnMouseEnter | (Inherited from Control.) |
![]() | OnMouseLeave | (Inherited from Control.) |
![]() | OnMouseLeftButtonDown | (Inherited from Control.) |
![]() | OnMouseLeftButtonUp | (Inherited from Control.) |
![]() | OnMouseMove | (Inherited from Control.) |
![]() | OnMouseRightButtonDown | (Inherited from Control.) |
![]() | OnMouseRightButtonUp | (Inherited from Control.) |
![]() | OnMouseWheel | (Inherited from Control.) |
![]() | OnTap | (Inherited from Control.) |
![]() | OnTextInput | (Inherited from Control.) |
![]() | OnTextInputStart | (Inherited from Control.) |
![]() | OnTextInputUpdate | (Inherited from Control.) |
![]() | ReadLocalValue | (Inherited from DependencyObject.) |
![]() | ReleaseMouseCapture | (Inherited from UIElement.) |
![]() | RemoveBackEntry | This method is used to remove the most recent entry from the back stack, or throws an InvalidOperationException if there are no more entries to remove. If you want to remove more than one item, you call this method multiple times. This API is synchronous and must be called from the UI thread. |
![]() | RemoveHandler | (Inherited from UIElement.) |
![]() | SetBinding | (Inherited from FrameworkElement.) |
![]() | SetValue | (Inherited from DependencyObject.) |
![]() | StopLoading | Stops asynchronous navigations that have not yet been processed. (Inherited from Frame.) |
![]() | ToString | (Inherited from Object.) |
![]() | TransformToVisual | (Inherited from UIElement.) |
![]() | UpdateLayout | (Inherited from UIElement.) |
| Name | Description | |
|---|---|---|
![]() | BackKeyPress | Occurs when the hardware Back button is pressed. |
![]() | BindingValidationError | (Inherited from FrameworkElement.) |
![]() | DoubleTap | (Inherited from UIElement.) |
![]() | FragmentNavigation | Occurs when navigation to a content fragment begins. (Inherited from Frame.) |
![]() | GotFocus | (Inherited from UIElement.) |
![]() | Hold | (Inherited from UIElement.) |
![]() | IsEnabledChanged | (Inherited from Control.) |
![]() | JournalEntryRemoved | This event is raised during a RemoveBackEntry() operation or during a normal back navigation after the Navigated event has been raised. |
![]() | KeyDown | (Inherited from UIElement.) |
![]() | KeyUp | (Inherited from UIElement.) |
![]() | LayoutUpdated | (Inherited from FrameworkElement.) |
![]() | Loaded | (Inherited from FrameworkElement.) |
![]() | LostFocus | (Inherited from UIElement.) |
![]() | LostMouseCapture | (Inherited from UIElement.) |
![]() | ManipulationCompleted | (Inherited from UIElement.) |
![]() | ManipulationDelta | (Inherited from UIElement.) |
![]() | ManipulationStarted | (Inherited from UIElement.) |
![]() | MouseEnter | (Inherited from UIElement.) |
![]() | MouseLeave | (Inherited from UIElement.) |
![]() | MouseLeftButtonDown | (Inherited from UIElement.) |
![]() | MouseLeftButtonUp | (Inherited from UIElement.) |
![]() | MouseMove | (Inherited from UIElement.) |
![]() | MouseWheel | (Inherited from UIElement.) |
![]() | Navigated | Occurs when the content that is being navigated to has been found and is available. (Inherited from Frame.) |
![]() | Navigating | Occurs when a new navigation is requested. (Inherited from Frame.) |
![]() | NavigationFailed | Occurs when an error is encountered while navigating to the requested content. (Inherited from Frame.) |
![]() | NavigationStopped | Occurs when a navigation is terminated by either calling the StopLoading() method, or when a new navigation is requested while the current navigation is in progress. (Inherited from Frame.) |
![]() | Obscured | Occurs when the shell chrome is covering the frame. |
![]() | OrientationChanged | Occurs when the Orientation property has changed. |
![]() | SizeChanged | (Inherited from FrameworkElement.) |
![]() | Tap | (Inherited from UIElement.) |
![]() | TextInput | (Inherited from UIElement.) |
![]() | TextInputStart | (Inherited from UIElement.) |
![]() | TextInputUpdate | (Inherited from UIElement.) |
![]() | Unloaded | (Inherited from FrameworkElement.) |
![]() | Unobscured | Occurs when the shell chrome is no longer covering the frame. |
