1 write to _defaultLabelFor
Microsoft.Maui.Controls.Compatibility (1)
Android\FastRenderers\ButtonRenderer.cs (1)
133
_defaultLabelFor
= ViewCompat.GetLabelFor(this);
2 references to _defaultLabelFor
Microsoft.Maui.Controls.Compatibility (2)
Android\FastRenderers\ButtonRenderer.cs (2)
131
if (
_defaultLabelFor
== null)
136
ViewCompat.SetLabelFor(this, (int)(id ??
_defaultLabelFor
));