1 write to _textColorSwitcher
Microsoft.Maui.Controls.Compatibility (1)
Android\FastRenderers\ButtonRenderer.cs (1)
224
_textColorSwitcher
= new Lazy<TextColorSwitcher>(
2 references to _textColorSwitcher
Microsoft.Maui.Controls.Compatibility (2)
Android\FastRenderers\ButtonRenderer.cs (2)
361
if (Element == null || _isDisposed ||
_textColorSwitcher
== null)
366
_textColorSwitcher
.Value.UpdateTextColor(this, Button.TextColor);