5 references to ContentLayout
Microsoft.Maui.Controls (5)
Button\Button.cs (3)
33 /// The backing store for the <see cref="ContentLayout" /> bindable property. 36 nameof(ContentLayout), typeof(ButtonContentLayout), typeof(Button), new ButtonContentLayout(ButtonContentLayout.ImagePosition.Left, DefaultSpacing), 502 Handler?.UpdateValue(nameof(ContentLayout));
Button\Button.Mapper.cs (2)
17 ButtonHandler.Mapper.ReplaceMapping<Button, IButtonHandler>(nameof(ContentLayout), MapContentLayout); 32 /// Maps the abstract <see cref="ContentLayout"/> property to the platform implementation.