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