3 references to OnToolbarItemsChanged
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (3)
203
((INotifyCollectionChanged)oldPage.ToolbarItems).CollectionChanged -=
OnToolbarItemsChanged
;
215
((INotifyCollectionChanged)newPage.ToolbarItems).CollectionChanged +=
OnToolbarItemsChanged
;
891
((INotifyCollectionChanged)Page.ToolbarItems).CollectionChanged -=
OnToolbarItemsChanged
;