1 override of OnIsVisibleChanged
Microsoft.Maui.Controls (1)
LegacyLayouts\Layout.cs (1)
594 internal override void OnIsVisibleChanged(bool oldValue, bool newValue)
2 references to OnIsVisibleChanged
Microsoft.Maui.Controls (2)
LegacyLayouts\Layout.cs (1)
596 base.OnIsVisibleChanged(oldValue, newValue);
VisualElement\VisualElement.cs (1)
270 propertyChanged: (bindable, oldvalue, newvalue) => ((VisualElement)bindable).OnIsVisibleChanged((bool)oldvalue, (bool)newvalue));