1 implementation of Frame
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1787
public Rect
Frame
5 references to Frame
Microsoft.Maui (4)
Handlers\View\ViewHandler.cs (2)
85
[nameof(IView.
Frame
)] = MapFrame,
452
/// Maps the abstract <see cref="IView.
Frame
"/> property to the platform-specific implementations.
Platform\Standard\ViewExtensions.cs (2)
68
internal static Graphics.Rect GetPlatformViewBounds(this IView view) => view.
Frame
;
74
internal static Graphics.Rect GetBoundingBox(this IView view) => view.
Frame
;
Microsoft.Maui.Controls (1)
ScrollView\ScrollView.cs (1)
183
var frameSize = view.
Frame
.Size;