1 write to _isDisposed
Microsoft.Maui.Controls.Compatibility (1)
Android\FastRenderers\ButtonRenderer.cs (1)
163 _isDisposed = true;
6 references to _isDisposed
Microsoft.Maui.Controls.Compatibility (6)
Android\FastRenderers\ButtonRenderer.cs (6)
84 if (_isDisposed) 158 if (_isDisposed) 212 if (e.NewElement != null && !_isDisposed) 319 if (Element == null || _isDisposed) 351 if (Element == null || _isDisposed) 361 if (Element == null || _isDisposed || _textColorSwitcher == null)