1 instantiation of MauiTextView
Microsoft.Maui (1)
Handlers\Editor\EditorHandler.iOS.cs (1)
16 var platformEditor = new MauiTextView();
18 references to MauiTextView
Microsoft.Maui (18)
Handlers\Editor\EditorHandler.cs (2)
3using PlatformView = Microsoft.Maui.Platform.MauiTextView; 64 PlatformView IEditorHandler.PlatformView => PlatformView;
Handlers\Editor\EditorHandler.iOS.cs (10)
10 public partial class EditorHandler : ViewHandler<IEditor, MauiTextView> 14 protected override MauiTextView CreatePlatformView() 16 var platformEditor = new MauiTextView(); 46 protected override void ConnectHandler(MauiTextView platformView) 51 protected override void DisconnectHandler(MauiTextView platformView) 168 public void Connect(IEditor virtualView, MauiTextView platformView) 178 public void Disconnect(MauiTextView platformView) 192 public void SetVirtualView(MauiTextView platformView) 201 if (sender is MauiTextView platformView && VirtualView is IEditor virtualView) 234 if (sender is MauiTextView platformView)
Handlers\Editor\IEditorHandler.cs (2)
2using PlatformView = Microsoft.Maui.Platform.MauiTextView; 18 new PlatformView PlatformView { get; }
Platform\iOS\TextViewExtensions.cs (4)
33 if (textView is MauiTextView mauiTextView) 131 public static void UpdateVerticalTextAlignment(this MauiTextView textView, IEditor editor) 136 public static void UpdatePlaceholder(this MauiTextView textView, IEditor editor) => 139 public static void UpdatePlaceholderColor(this MauiTextView textView, IEditor editor) =>