1 write to _defaultFontSize
Microsoft.Maui.Controls.Compatibility (1)
Android\FastRenderers\ButtonRenderer.cs (1)
334 _defaultFontSize = TextSize;
3 references to _defaultFontSize
Microsoft.Maui.Controls.Compatibility (3)
Android\FastRenderers\ButtonRenderer.cs (3)
326 if (font == Font.Default && _defaultFontSize == 0f) 331 if (_defaultFontSize == 0f) 340 SetTextSize(ComplexUnitType.Px, _defaultFontSize);