4 references to LabelColorProperty
Microsoft.Maui.Controls (3)
Cells\EntryCell.cs (2)
64 get { return (Color)GetValue(LabelColorProperty); } 65 set { SetValue(LabelColorProperty, value); }
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (1)
75 else if (e.PropertyName == EntryCell.LabelColorProperty.PropertyName)
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\EntryCellRenderer.cs (1)
70 else if (e.PropertyName == EntryCell.LabelColorProperty.PropertyName)