3 implementations of IToolbarElement
Microsoft.Maui.Controls (3)
NavigationPage\NavigationPage.cs (1)
15
public partial class NavigationPage : Page, IPageContainer<Page>, IBarElement, IElementConfiguration<NavigationPage>, IStackNavigationView,
IToolbarElement
Page\Page.cs (1)
21
public partial class Page : VisualElement, ILayout, IPageController, IElementConfiguration<Page>, IPaddingElement, ISafeAreaView, ISafeAreaView2, IView, ITitledElement,
IToolbarElement
Window\Window.cs (1)
15
public partial class Window : NavigableElement, IWindow,
IToolbarElement
, IMenuBarElement, IFlowDirectionController, IWindowController
5 references to IToolbarElement
Microsoft.Maui.Controls (5)
NavigationPage\NavigationPage.cs (2)
529
if (this.FindParentWith(x => (x is
IToolbarElement
te && te.Toolbar != null), false) is
IToolbarElement
te)
Page\Page.cs (1)
850
IToolbar
IToolbarElement
.Toolbar
Toolbar\ToolbarElement.cs (1)
12
handler?.UpdateValue(nameof(
IToolbarElement
.Toolbar));
Window\Window.cs (1)
73
IToolbar?
IToolbarElement
.Toolbar => Toolbar;