4 references to LineBreakMode
Microsoft.Maui.Controls (4)
Button\Button.cs (2)
107 /// The backing store for the <see cref="LineBreakMode"/> bindable property. 110 nameof(LineBreakMode), typeof(LineBreakMode), typeof(Button), LineBreakMode.NoWrap,
Button\Button.Mapper.cs (1)
28 ButtonHandler.Mapper.ReplaceMapping<Button, IButtonHandler>(nameof(Button.LineBreakMode), MapLineBreakMode);
Button\Button.Standard.cs (1)
14 /// Maps the abstract <see cref="LineBreakMode"/> property to the platform implementation.