1 write to _toolbarTracker
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\NavigationPageRenderer.cs (1)
51
_toolbarTracker
= new ToolbarTracker();
7 references to _toolbarTracker
Microsoft.Maui.Controls.Compatibility (7)
Tizen\Renderers\NavigationPageRenderer.cs (7)
49
if (
_toolbarTracker
== null)
52
_toolbarTracker
.CollectionChanged += OnToolbarCollectionChanged;
65
_toolbarTracker
.Target = Element;
100
if (
_toolbarTracker
!= null)
102
_toolbarTracker
.CollectionChanged -= OnToolbarCollectionChanged;
322
ToolbarItem item =
_toolbarTracker
.ToolbarItems.Where(
334
return
_toolbarTracker
.ToolbarItems.Where(i => i.Order <= ToolbarItemOrder.Primary).OrderBy(i => i.Priority).Select(i => CreateToolbarButton(i));