4 references to WidthProperty
Microsoft.Maui.Controls (4)
Window\Window.cs (4)
134 get => (double)GetValue(WidthProperty); 135 set => SetValue(WidthProperty, value); 178 double IWindow.Width => GetSizeCoordinate(WidthProperty); 225 SetValue(WidthProperty, frame.Width, SetterSpecificity.FromHandler);