3 references to ParentChanged
Microsoft.Maui.Controls (3)
Element\Element.cs (3)
934
/// <summary>When overridden in a derived class, should raise the <see cref="
ParentChanged
"/> event.</summary>
935
/// <remarks>It is the implementor's responsibility to raise the <see cref="
ParentChanged
"/> event.</remarks>
940
ParentChanged
?.Invoke(this, EventArgs.Empty);