3 references to _structureChanged
Microsoft.Maui.Controls (3)
Shell\Shell.cs (3)
669
add {
_structureChanged
+= value; }
670
remove {
_structureChanged
-= value; }
1514
_structureChanged
?.Invoke(this, EventArgs.Empty);