7 references to _defaultSize
Microsoft.Maui.Controls.Compatibility (7)
iOS\Renderers\FormsCheckBox.cs (7)
32 var xOffset = (value - _defaultSize + _lineWidth) / 4; 179 UIGraphics.BeginImageContextWithOptions(new CGSize(_defaultSize, _defaultSize), false, 0); 189 var diameter = _defaultSize - _lineWidth; 212 UIGraphics.BeginImageContextWithOptions(new CGSize(_defaultSize, _defaultSize), false, 0); 218 var diameter = _defaultSize - _lineWidth;