2 writes to _fitSize
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\SliderRenderer.cs (2)
71
_fitSize
= Control.Bounds.Size;
79
_fitSize
= new SizeF(22, 22); // Per the glorious documentation known as the SDK docs
3 references to _fitSize
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SliderRenderer.cs (3)
28
return
_fitSize
;
78
if (
_fitSize
.Width <= 0 ||
_fitSize
.Height <= 0)