1 write to _isDisposed
Microsoft.Maui.Controls.Compatibility (1)
Android\AppCompat\RadioButtonRenderer.cs (1)
134
_isDisposed
= true;
5 references to _isDisposed
Microsoft.Maui.Controls.Compatibility (5)
Android\AppCompat\RadioButtonRenderer.cs (5)
129
if (
_isDisposed
)
174
if (e.NewElement != null && !
_isDisposed
)
252
if (Element == null ||
_isDisposed
)
287
if (Element == null ||
_isDisposed
)
297
if (Element == null ||
_isDisposed
|| _textColorSwitcher == null)