1 write to _toolbarItems
Microsoft.Maui.Controls (1)
Toolbar\Toolbar.cs (1)
35
public IEnumerable<ToolbarItem> ToolbarItems { get => _toolbarItems; set => SetProperty(ref
_toolbarItems
, value); }
1 reference to _toolbarItems
Microsoft.Maui.Controls (1)
Toolbar\Toolbar.cs (1)
35
public IEnumerable<ToolbarItem> ToolbarItems { get =>
_toolbarItems
; set => SetProperty(ref _toolbarItems, value); }