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