4 references to Y
Microsoft.Maui.Controls (4)
Window\Window.cs (4)
35
/// <summary>Bindable property for <see cref="
Y
"/>.</summary>
37
nameof(
Y
), typeof(double), typeof(Window), Primitives.Dimension.Unset);
214
if (new Rect(X,
Y
, Width, Height) == frame)
240
if (valueChanged && _batchFrameUpdate > 0 && (property == nameof(X) || property == nameof(
Y
) || property == nameof(Width) || property == nameof(Height)))