3 references to TextProperty
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
222
get { return (string)GetValue(
TextProperty
); }
223
set { SetValue(
TextProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonLayoutManager.cs (1)
176
else if (e.PropertyName == Button.
TextProperty
.PropertyName ||