3 references to LabelProperty
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
57 get { return (string)GetValue(LabelProperty); } 58 set { SetValue(LabelProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\EntryCellRenderer.cs (1)
53 if (e.PropertyName == EntryCell.LabelProperty.PropertyName)