5 references to TextChanges
Microsoft.Maui.Controls (3)
Editor\Editor.cs (3)
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
)