2 instantiations of MauiLabel
Microsoft.Maui (2)
Handlers\Label\LabelHandler.iOS.cs (1)
10
protected override MauiLabel CreatePlatformView() => new
MauiLabel
();
Platform\iOS\MauiTextView.cs (1)
126
var placeholderLabel = new
MauiLabel
11 references to MauiLabel
Microsoft.Maui (11)
Handlers\Label\ILabelHandler.cs (2)
2
using PlatformView = Microsoft.Maui.Platform.
MauiLabel
;
18
new
PlatformView
PlatformView { get; }
Handlers\Label\LabelHandler.cs (2)
3
using PlatformView = Microsoft.Maui.Platform.
MauiLabel
;
65
PlatformView
ILabelHandler.PlatformView => PlatformView;
Handlers\Label\LabelHandler.iOS.cs (2)
8
public partial class LabelHandler : ViewHandler<ILabel,
MauiLabel
>
10
protected override
MauiLabel
CreatePlatformView() => new MauiLabel();
Platform\iOS\LabelExtensions.cs (2)
46
internal static void UpdateVerticalTextAlignment(this
MauiLabel
platformLabel, ILabel label)
51
public static void UpdatePadding(this
MauiLabel
platformLabel, ILabel label)
Platform\iOS\MauiTextView.cs (3)
14
readonly
MauiLabel
_placeholderLabel;
124
MauiLabel
InitPlaceholderLabel()
126
var
placeholderLabel = new MauiLabel