| HamburgerFrame Methods |
The HamburgerFrame type exposes the following members.
| Name | Description | |
|---|---|---|
| AddHandler | (Inherited from UIElement.) | |
| ApplyTemplate | (Inherited from Control.) | |
| Arrange | (Inherited from UIElement.) | |
| ArrangeOverride | (Inherited from FrameworkElement.) | |
| CancelDirectManipulations | (Inherited from UIElement.) | |
| CapturePointer | (Inherited from UIElement.) | |
| ClearValue | (Inherited from DependencyObject.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindName | (Inherited from FrameworkElement.) | |
| [M:Windows.UI.Xaml.UIElement.FindSubElementsForTouchTargeting(System.Void,Windows.Foundation.Collections.IIterable`1)] | (Inherited from UIElement.) | |
| Focus | (Inherited from Control.) | |
| GetAnimationBaseValue | (Inherited from DependencyObject.) | |
| GetBindingExpression | (Inherited from FrameworkElement.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetNavigationState | (Inherited from Frame.) | |
| GetTemplateChild | (Inherited from Control.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | (Inherited from DependencyObject.) | |
| GoBack | (Inherited from Frame.) | |
| GoBack(NavigationTransitionInfo) | (Inherited from Frame.) | |
| GoForward | (Inherited from Frame.) | |
| GoToElementStateCore | (Inherited from FrameworkElement.) | |
| InvalidateArrange | (Inherited from UIElement.) | |
| InvalidateMeasure | (Inherited from UIElement.) | |
| Measure | (Inherited from UIElement.) | |
| MeasureOverride | (Inherited from FrameworkElement.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Navigate(TypeName) | (Inherited from Frame.) | |
| Navigate(TypeName, Object) | (Inherited from Frame.) | |
| Navigate(TypeName, Object, NavigationTransitionInfo) | (Inherited from Frame.) | |
| OnApplyTemplate |
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
(Overrides FrameworkElementOnApplyTemplate.) | |
| OnContentChanged | (Inherited from ContentControl.) | |
| OnContentTemplateChanged | (Inherited from ContentControl.) | |
| OnContentTemplateSelectorChanged | (Inherited from ContentControl.) | |
| OnCreateAutomationPeer | (Inherited from UIElement.) | |
| OnDisconnectVisualChildren | (Inherited from UIElement.) | |
| OnDoubleTapped | (Inherited from Control.) | |
| OnDragEnter | (Inherited from Control.) | |
| OnDragLeave | (Inherited from Control.) | |
| OnDragOver | (Inherited from Control.) | |
| OnDrop | (Inherited from Control.) | |
| OnGotFocus | (Inherited from Control.) | |
| OnHolding | (Inherited from Control.) | |
| OnKeyDown | (Inherited from Control.) | |
| OnKeyUp | (Inherited from Control.) | |
| OnLostFocus | (Inherited from Control.) | |
| OnManipulationCompleted | (Inherited from Control.) | |
| OnManipulationDelta | (Inherited from Control.) | |
| OnManipulationInertiaStarting | (Inherited from Control.) | |
| OnManipulationStarted | (Inherited from Control.) | |
| OnManipulationStarting | (Inherited from Control.) | |
| OnPointerCanceled | (Inherited from Control.) | |
| OnPointerCaptureLost | (Inherited from Control.) | |
| OnPointerEntered | (Inherited from Control.) | |
| OnPointerExited | (Inherited from Control.) | |
| OnPointerMoved | (Inherited from Control.) | |
| OnPointerPressed | (Inherited from Control.) | |
| OnPointerReleased | (Inherited from Control.) | |
| OnPointerWheelChanged | (Inherited from Control.) | |
| OnRightTapped | (Inherited from Control.) | |
| OnTapped | (Inherited from Control.) | |
| ReadLocalValue | (Inherited from DependencyObject.) | |
| RegisterPropertyChangedCallback | (Inherited from DependencyObject.) | |
| ReleasePointerCapture | (Inherited from UIElement.) | |
| ReleasePointerCaptures | (Inherited from UIElement.) | |
| RemoveHandler | (Inherited from UIElement.) | |
| SetBinding | (Inherited from FrameworkElement.) | |
| SetNavigationState | (Inherited from Frame.) | |
| SetValue | (Inherited from DependencyObject.) | |
| StartDragAsync | (Inherited from UIElement.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TransformToVisual | (Inherited from UIElement.) | |
| UnregisterPropertyChangedCallback | (Inherited from DependencyObject.) | |
| UpdateLayout | (Inherited from UIElement.) |
| Name | Description | |
|---|---|---|
| GetBehaviorT |
Returns the Behavior attached to the framework element with the specified type.
(Defined by FrameworkElementExtensions.) | |
| GetBehaviors |
Gets the BehaviorCollection associated with the framework element.
(Defined by FrameworkElementExtensions.) | |
| GetPropertyValue(String) | Overloaded.
Searches for the public property with the specified name and gets its value.
(Defined by ObjectExtensions.) | |
| GetPropertyValueTObject(String) | Overloaded.
Searches for the public property with the specified name and gets its value.
(Defined by ObjectExtensions.) | |
| GetVisualAncestorT |
Returns the ancestor object of the dependencyObject object in the visual tree with the specified type.
(Defined by DependencyObjectExtensions.) | |
| GetVisualChilds | Overloaded.
Retrieves all the visual children of a dependency object.
(Defined by DependencyObjectExtensions.) | |
| GetVisualChildsT | Overloaded.
Retrieves all the visual children of a dependency object with the specified type.
(Defined by DependencyObjectExtensions.) | |
| GetVisualDescendents | Overloaded.
Retrieves all the visual descendants of a dependency object.
(Defined by DependencyObjectExtensions.) | |
| GetVisualDescendentsT | Overloaded.
Retrieves all the visual descendants of a dependency object with the specified type.
(Defined by DependencyObjectExtensions.) | |
| GetVisualParent |
Returns an object's parent object in the visual tree.
(Defined by DependencyObjectExtensions.) | |
| InvokeMethod(String, Object) | Overloaded.
Searches for the public method with the specified name and invokes it using the specified parameters.
(Defined by ObjectExtensions.) | |
| InvokeMethodTObject(String, Object) | Overloaded.
Searches for the public method with the specified name and invokes it using the specified parameters, returning the result.
(Defined by ObjectExtensions.) | |
| SetPropertyValueTObject |
Searches for the public property with the specified name and sets its value.
(Defined by ObjectExtensions.) |