3 references to GetCharacterBounds
Microsoft.Maui.Controls.Compatibility (3)
iOS\Extensions\LabelExtensions.cs (3)
74
var startRect =
GetCharacterBounds
(new NSRange(location, 1), layoutManager, textContainer);
75
var endRect =
GetCharacterBounds
(new NSRange(location + length, 1), layoutManager, textContainer);
140
var rect =
GetCharacterBounds
(new NSRange(0, 1), layoutManager, textContainer);