4 references to HeightProperty
Microsoft.Maui.Controls (4)
Window\Window.cs (4)
140 get => (double)GetValue(HeightProperty); 141 set => SetValue(HeightProperty, value); 180 double IWindow.Height => GetSizeCoordinate(HeightProperty); 226 SetValue(HeightProperty, frame.Height, SetterSpecificity.FromHandler);