4 references to YProperty
Microsoft.Maui.Controls (4)
Window\Window.cs (4)
128 get => (double)GetValue(YProperty); 129 set => SetValue(YProperty, value); 176 double IWindow.Y => GetPositionCoordinate(YProperty); 224 SetValue(YProperty, frame.Y, SetterSpecificity.FromHandler);