1 write to Y
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1760
Y
= bounds.Y;
8 references to Y
Microsoft.Maui.Controls (5)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (2)
115
Element.Layout(new Rect(Element.X, Element.
Y
, size.Width, size.Height));
143
view.Arrange(new Rect(Element.X, Element.
Y
, View.Bounds.Width, View.Bounds.Height));
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (1)
136
Element.Layout(new Rect(Element.X, Element.
Y
, size.Width, size.Height));
VisualElement\VisualElement.cs (2)
47
static readonly BindablePropertyKey YPropertyKey = BindableProperty.CreateReadOnly(nameof(
Y
), typeof(double), typeof(VisualElement), default(double));
49
/// <summary>Bindable property for <see cref="
Y
"/>.</summary>
Microsoft.Maui.Controls.Compatibility (2)
Tizen\HandlerToRendererShim.cs (1)
89
Layout.LayoutChildIntoBoundingRegion(Element, new Rect(Element.X, Element.
Y
, size.Width, size.Height));
Tizen\Renderers\LayoutRenderer.cs (1)
115
bound.Y = Element.
Y
;
Microsoft.Maui.Controls.Foldable (1)
TwoPaneViewLayoutGuide.cs (1)
157
containerArea = new Rect(_layout.X, _layout.
Y
, width, height);