2 references to IsValid
Microsoft.Maui.Controls.DesignTools (2)
GridLengthCollectionDesignTypeConverter.cs (1)
19
return lengths.All(GridLengthDesignTypeConverter.
IsValid
);
GridLengthDesignTypeConverter.cs (1)
16
return
IsValid
(value?.ToString());