27 references to AddMemberAttributes
Microsoft.Maui.Controls.DesignTools (27)
AttributeTableBuilder.cs (27)
30
AddMemberAttributes
("Microsoft.Maui.Controls.VisualElement", "Visual",
33
AddMemberAttributes
("Microsoft.Maui.Controls.VisualElement", "FlowDirection",
39
AddMemberAttributes
("Microsoft.Maui.Controls.VisualElement", "Background",
42
AddMemberAttributes
("Microsoft.Maui.Controls.ItemsView", "ItemsLayout",
45
AddMemberAttributes
("Microsoft.Maui.Controls.InputView", "Keyboard",
48
AddMemberAttributes
("Microsoft.Maui.Controls.EntryCell", "Keyboard",
93
AddMemberAttributes
("Microsoft.Maui.Controls.AbsoluteLayout", "LayoutBounds", new TypeConverterAttribute(typeof(BoundsDesignTypeConverter)));
94
AddMemberAttributes
("Microsoft.Maui.Controls.Button", "ContentLayout", new TypeConverterAttribute(typeof(ButtonContentDesignTypeConverter)));
95
AddMemberAttributes
("Microsoft.Maui.Controls.Button", "FontSize", new TypeConverterAttribute(typeof(FontSizeDesignTypeConverter)));
96
AddMemberAttributes
("Microsoft.Maui.Controls.Compatibility.AbsoluteLayout", "LayoutBounds", new TypeConverterAttribute(typeof(BoundsDesignTypeConverter)));
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)));
100
AddMemberAttributes
("Microsoft.Maui.Controls.Grid", "ColumnDefinitions", new TypeConverterAttribute(typeof(GridLengthCollectionDesignTypeConverter)));
101
AddMemberAttributes
("Microsoft.Maui.Controls.Grid", "RowDefinitions", new TypeConverterAttribute(typeof(GridLengthCollectionDesignTypeConverter)));
102
AddMemberAttributes
("Microsoft.Maui.Controls.Image", "Source", new TypeConverterAttribute(typeof(ImageSourceDesignTypeConverter)));
103
AddMemberAttributes
("Microsoft.Maui.Controls.ImageButton", "Source", new TypeConverterAttribute(typeof(ImageSourceDesignTypeConverter)));
104
AddMemberAttributes
("Microsoft.Maui.Controls.ImageCell", "ImageSource", new TypeConverterAttribute(typeof(ImageSourceDesignTypeConverter)));
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)));
110
AddMemberAttributes
("Microsoft.Maui.Controls.Shell", "FlyoutBackgroundImage", new TypeConverterAttribute(typeof(ImageSourceDesignTypeConverter)));
111
AddMemberAttributes
("Microsoft.Maui.Controls.Span", "FontSize", new TypeConverterAttribute(typeof(FontSizeDesignTypeConverter)));
112
AddMemberAttributes
("Microsoft.Maui.Controls.TimePicker", "FontSize", new TypeConverterAttribute(typeof(FontSizeDesignTypeConverter)));
113
AddMemberAttributes
("Microsoft.Maui.Controls.VisualElement", "IsVisible", new TypeConverterAttribute(typeof(VisibilityDesignTypeConverter)));