4 references to XProperty
Microsoft.Maui.Controls (4)
Window\Window.cs (4)
122
get => (double)GetValue(
XProperty
);
123
set => SetValue(
XProperty
, value);
174
double IWindow.X => GetPositionCoordinate(
XProperty
);
223
SetValue(
XProperty
, frame.X, SetterSpecificity.FromHandler);