3 references to TextProperty
Microsoft.Maui.Controls (3)
Cells\SwitchCell.cs (2)
40 get { return (string)GetValue(TextProperty); } 41 set { SetValue(TextProperty, value); }
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (1)
74 else if (e.PropertyName == SwitchCell.TextProperty.PropertyName)