1 write to initialSize
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\EntryRenderer.cs (1)
302
initialSize
= testString.StringSize(Control.Font);
2 references to initialSize
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\EntryRenderer.cs (2)
69
double height = baseHeight + testSize.Height -
initialSize
.Height;
298
if (
initialSize
== CGSize.Empty)