1 implementation of GetFlexFrame
Microsoft.Maui.Controls (1)
Layout\FlexLayout.cs (1)
559 public Graphics.Rect GetFlexFrame(IView view) =>
2 references to GetFlexFrame
Microsoft.Maui (2)
Layouts\FlexLayoutManager.cs (2)
29 var frame = FlexLayout.GetFlexFrame(child); 62 var frame = FlexLayout.GetFlexFrame(child);