4 references to X
Microsoft.Maui.Controls (4)
Window\Window.cs (4)
31
/// <summary>Bindable property for <see cref="
X
"/>.</summary>
33
nameof(
X
), 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)))