1 implementation of ZIndex
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1873 public int ZIndex
6 references to ZIndex
Microsoft.Maui (5)
Handlers\Layout\LayoutExtensions.cs (3)
8 public static IOrderedEnumerable<IView> OrderByZIndex(this ILayout layout) => layout.OrderBy(v => v.ZIndex); 21 var zIndex = view.ZIndex; 27 var childZIndex = child.ZIndex;
Handlers\View\ViewHandler.cs (2)
86 [nameof(IView.ZIndex)] = MapZIndex, 463 /// Maps the abstract <see cref="IView.ZIndex"/> property to the platform-specific implementations.
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1865 view.Handler?.Invoke(nameof(IView.ZIndex));