1 implementation of IContextFlyoutElement
Microsoft.Maui.Controls (1)
Element\Element.cs (1)
49 public abstract partial class Element : BindableObject, IElementDefinition, INameScope, IElementController, IVisualTreeElement, Maui.IElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IControlsElement, IHandlerDisconnectPolicies
3 references to IContextFlyoutElement
Microsoft.Maui (2)
Handlers\View\ViewHandler.Standard.cs (2)
76 /// Maps the abstract <see cref="IView"/> to the platform-specific implementations of a <see cref="IContextFlyoutElement"/>. 78 /// <remarks> If the <paramref name="view"/> can't be cast to a <see cref="IContextFlyoutElement"/>, this method does nothing.</remarks>
Microsoft.Maui.Controls (1)
Element\Element.cs (1)
1067 IFlyout IContextFlyoutElement.ContextFlyout => FlyoutBase.GetContextFlyout(this);