Implemented interface member:
5 references to
Microsoft.Maui.Controls (5)
Layout\AndExpandLayoutManager.cs (2)
63 var child = stackLayout[n]; 100 var child = stackLayout[n];
Layout\FlexLayout.cs (1)
566 var child = this[n];
Layout\Layout.cs (1)
322 /// Invoked when <see cref="this[int]"/> is called and notifies the handler associated to this layout.
Layout\StackLayoutManager.cs (1)
51 if (stackLayout[n] is View view)