4 references to AddRemoveLogicalChildren
Microsoft.Maui.Controls (4)
Menu\FlyoutBase.cs (1)
10 bo.AddRemoveLogicalChildren(oldV, newV);
Menu\MenuItem.cs (1)
36 ((MenuItem)bindable).AddRemoveLogicalChildren(oldValue, newValue);
NavigationPage\NavigationPage.cs (1)
44 propertyChanging: TitleViewPropertyChanging, propertyChanged: (bo, oldV, newV) => bo.AddRemoveLogicalChildren(oldV, newV));
Shell\Shell.cs (1)
1751 bindable.AddRemoveLogicalChildren(oldValue, newValue);