12 references to FontSizeDesignTypeConverter
Microsoft.Maui.Controls.DesignTools (12)
AttributeTableBuilder.cs (12)
77
AddTypeAttributes("Microsoft.Maui.Controls.ResourcesChangedEventArgs", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));
95
AddMemberAttributes("Microsoft.Maui.Controls.Button", "FontSize", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));
97
AddMemberAttributes("Microsoft.Maui.Controls.DatePicker", "FontSize", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));
98
AddMemberAttributes("Microsoft.Maui.Controls.Editor", "FontSize", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));
99
AddMemberAttributes("Microsoft.Maui.Controls.Entry", "FontSize", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));
105
AddMemberAttributes("Microsoft.Maui.Controls.Label", "FontSize", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));
106
AddMemberAttributes("Microsoft.Maui.Controls.Picker", "FontSize", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));
107
AddMemberAttributes("Microsoft.Maui.Controls.RadioButton", "FontSize", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));
108
AddMemberAttributes("Microsoft.Maui.Controls.SearchBar", "FontSize", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));
109
AddMemberAttributes("Microsoft.Maui.Controls.SearchHandler", "FontSize", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));
111
AddMemberAttributes("Microsoft.Maui.Controls.Span", "FontSize", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));
112
AddMemberAttributes("Microsoft.Maui.Controls.TimePicker", "FontSize", new TypeConverterAttribute(typeof(
FontSizeDesignTypeConverter
)));