1 write to _busyCount
Microsoft.Maui.Controls (1)
Platform\AlertManager\AlertManager.iOS.cs (1)
79 _busyCount = Math.Max(0, enabled ? _busyCount + 1 : _busyCount - 1);
3 references to _busyCount
Microsoft.Maui.Controls (3)
Platform\AlertManager\AlertManager.iOS.cs (3)
79 _busyCount = Math.Max(0, enabled ? _busyCount + 1 : _busyCount - 1); 81 UIApplication.SharedApplication.NetworkActivityIndicatorVisible = _busyCount > 0;