2 writes to _isPageVisibleChanged
Microsoft.Maui.Controls (2)
Shell\ShellContent.cs (2)
55 event EventHandler IShellContentController.IsPageVisibleChanged { add => _isPageVisibleChanged += value; remove => _isPageVisibleChanged -= value; }
2 references to _isPageVisibleChanged
Microsoft.Maui.Controls (2)
Shell\ShellContent.cs (2)
171 _isPageVisibleChanged?.Invoke(this, EventArgs.Empty); 188 _isPageVisibleChanged?.Invoke(this, EventArgs.Empty);