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