7 references to AutoSize
Microsoft.Maui.Controls (5)
Editor\Editor.cs (5)
50 /// <summary>Bindable property for <see cref="AutoSize"/>.</summary> 51 public static readonly BindableProperty AutoSizeProperty = BindableProperty.Create(nameof(AutoSize), typeof(EditorAutoSizeOption), typeof(Editor), defaultValue: EditorAutoSizeOption.Disabled, propertyChanged: (bindable, oldValue, newValue) 84 if (AutoSize == EditorAutoSizeOption.TextChanges && this.IsShimmed()) 118 if (AutoSize == EditorAutoSizeOption.TextChanges) 141 if (AutoSize == EditorAutoSizeOption.TextChanges)
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\EditorRenderer.cs (2)
223 if (Element.AutoSize == EditorAutoSizeOption.TextChanges) 280 if (Element.AutoSize == EditorAutoSizeOption.TextChanges)