2 references to GridLengthDesignTypeConverter
Microsoft.Maui.Controls.DesignTools (2)
AttributeTableBuilder.cs (1)
82
AddTypeAttributes("Microsoft.Maui.GridLength", new TypeConverterAttribute(typeof(
GridLengthDesignTypeConverter
)));
GridLengthCollectionDesignTypeConverter.cs (1)
19
return lengths.All(
GridLengthDesignTypeConverter
.IsValid);