6 references to TextProperty
Microsoft.Maui.Controls (6)
BindableLayout\BindableLayout.cs (1)
236
label.SetBinding(Label.
TextProperty
, static (object o) => o);
Label\Label.cs (2)
157
get { return (string)GetValue(
TextProperty
); }
158
set { SetValue(
TextProperty
, value); }
Shell\BaseShellItem.cs (1)
483
defaultLabelClass.Setters.Add(new Setter { Property = Label.
TextProperty
, Value = labelBinding });
TitleBar\TitleBar.cs (2)
443
Label.
TextProperty
,
497
Label.
TextProperty
,