ClearValue(DependencyProperty)
ClearValue(DependencyProperty)
ClearValue(DependencyProperty)
ClearValue(DependencyProperty)
|
Clears the local value of a dependency property.
(Inherited from DependencyObject)
|
CreatePresenter
CreatePresenter
CreatePresenter
CreatePresenter
|
When overridden in a derived class, initializes a control to show the flyout content as appropriate for the derived control. Note: This method has no base class implementation and must be overridden in a derived class.
(Inherited from FlyoutBase)
|
GetAnimationBaseValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)
|
Returns any base value established for a dependency property, which would apply in cases where an animation is not active.
(Inherited from DependencyObject)
|
GetAttachedFlyout(FrameworkElement)
GetAttachedFlyout(FrameworkElement)
GetAttachedFlyout(FrameworkElement)
GetAttachedFlyout(FrameworkElement)
|
Gets the flyout associated with the specified element.
(Inherited from FlyoutBase)
|
GetTitle(DependencyObject)
GetTitle(DependencyObject)
GetTitle(DependencyObject)
GetTitle(DependencyObject)
|
Gets the title displayed on the picker control.
(Inherited from PickerFlyoutBase)
|
GetValue(DependencyProperty)
GetValue(DependencyProperty)
GetValue(DependencyProperty)
GetValue(DependencyProperty)
|
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject)
|
Hide
Hide
Hide
Hide
|
Closes the flyout.
(Inherited from FlyoutBase)
|
OnConfirmed
OnConfirmed
OnConfirmed
OnConfirmed
|
Notifies PickerFlyoutBase subclasses when a user has confirmed a selection.
(Inherited from PickerFlyoutBase)
|
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs)
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs)
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs)
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs)
|
Called just before a keyboard shortcut (accelerator) is processed in your app. Invoked whenever application code or internal processes call ProcessKeyboardAccelerators. Override this method to influence the default accelerator handling.
(Inherited from FlyoutBase)
|
ReadLocalValue(DependencyProperty)
ReadLocalValue(DependencyProperty)
ReadLocalValue(DependencyProperty)
ReadLocalValue(DependencyProperty)
|
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject)
|
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
|
Registers a notification function for listening to changes to a specific DependencyProperty on this DependencyObject instance.
(Inherited from DependencyObject)
|
SetAttachedFlyout(FrameworkElement,FlyoutBase)
SetAttachedFlyout(FrameworkElement,FlyoutBase)
SetAttachedFlyout(FrameworkElement,FlyoutBase)
SetAttachedFlyout(FrameworkElement,FlyoutBase)
|
Associates the specified flyout with the specified FrameworkElement.
(Inherited from FlyoutBase)
|
SetTitle(DependencyObject,String)
SetTitle(DependencyObject,String)
SetTitle(DependencyObject,String)
SetTitle(DependencyObject,String)
|
Sets the title displayed on a picker control.
(Inherited from PickerFlyoutBase)
|
SetValue(DependencyProperty,Object)
SetValue(DependencyProperty,Object)
SetValue(DependencyProperty,Object)
SetValue(DependencyProperty,Object)
|
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject)
|
ShouldShowConfirmationButtons
ShouldShowConfirmationButtons
ShouldShowConfirmationButtons
ShouldShowConfirmationButtons
|
Gets or sets whether confirmation buttons should be shown in the picker. Note: This method has no base class implementation and must be overridden in a derived class.
(Inherited from PickerFlyoutBase)
|
ShowAt(DependencyObject,FlyoutShowOptions)
ShowAt(DependencyObject,FlyoutShowOptions)
ShowAt(DependencyObject,FlyoutShowOptions)
ShowAt(DependencyObject,FlyoutShowOptions)
|
Shows the flyout placed in relation to the specified element using the specified options.
(Inherited from FlyoutBase)
|
ShowAt(FrameworkElement)
ShowAt(FrameworkElement)
ShowAt(FrameworkElement)
ShowAt(FrameworkElement)
|
Shows the flyout placed in relation to the specified element.
(Inherited from FlyoutBase)
|
ShowAtAsync(FrameworkElement)
ShowAtAsync(FrameworkElement)
ShowAtAsync(FrameworkElement)
ShowAtAsync(FrameworkElement)
|
Begins an asynchronous operation to show the flyout placed in relation to the specified element.
|
ShowAttachedFlyout(FrameworkElement)
ShowAttachedFlyout(FrameworkElement)
ShowAttachedFlyout(FrameworkElement)
ShowAttachedFlyout(FrameworkElement)
|
Shows the flyout associated with the specified element, if any.
(Inherited from FlyoutBase)
|
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs)
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs)
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs)
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs)
|
Attempts to invoke a keyboard shortcut (accelerator).
(Inherited from FlyoutBase)
|
UnregisterPropertyChangedCallback(DependencyProperty,Int64)
UnregisterPropertyChangedCallback(DependencyProperty,Int64)
UnregisterPropertyChangedCallback(DependencyProperty,Int64)
UnregisterPropertyChangedCallback(DependencyProperty,Int64)
|
Cancels a change notification that was previously registered by calling RegisterPropertyChangedCallback.
(Inherited from DependencyObject)
|