1 write to _textColorSwitcher
Microsoft.Maui.Controls.Compatibility (1)
Android\AppCompat\RadioButtonRenderer.cs (1)
178
_textColorSwitcher
= new Lazy<TextColorSwitcher>(
2 references to _textColorSwitcher
Microsoft.Maui.Controls.Compatibility (2)
Android\AppCompat\RadioButtonRenderer.cs (2)
297
if (Element == null || _isDisposed ||
_textColorSwitcher
== null)
302
_textColorSwitcher
.Value.UpdateTextColor(this, Element.TextColor);