4 references to GetLocationOnScreen
Microsoft.Maui (3)
Platform\iOS\ViewExtensions.cs (3)
483
return (element.ToPlatform())?.
GetLocationOnScreen
();
503
var viewWindowLocation = view.
GetLocationOnScreen
();
504
var relativeToLocation = relativeTo.
GetLocationOnScreen
();
Microsoft.Maui.Controls (1)
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
206
var location = uiView.
GetLocationOnScreen
();