3 references to WidthProperty
Microsoft.Maui.Controls (3)
ColumnDefinition.cs (3)
19 => SetValue(WidthProperty, width); 25 get { return (GridLength)GetValue(WidthProperty); } 26 set { SetValue(WidthProperty, value); }