3 references to TextColorProperty
Microsoft.Maui.Controls (2)
Cells\TextCell.cs (2)
91 get { return (Color)GetValue(TextColorProperty); } 92 set { SetValue(TextColorProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\TextCellRenderer.cs (1)
68 else if (args.PropertyName == TextCell.TextColorProperty.PropertyName)