4 implementations of Text
Microsoft.Maui.Controls (4)
Button\Button.cs (1)
222
public string
Text
InputView\InputView.cs (1)
75
public string
Text
Label\Label.cs (1)
155
public string
Text
Menu\MenuItem.cs (1)
92
public string
Text
4 references to Text
Microsoft.Maui (3)
Handlers\Button\ButtonHandler.cs (1)
33
[nameof(IText.
Text
)] = MapText
Handlers\Label\LabelHandler.cs (1)
37
[nameof(ILabel.
Text
)] = MapText,
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.cs (1)
24
[nameof(IMenuElement.
Text
)] = MapText,
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
397
text = label.
Text
;