6 references to Entry
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\Entry.cs (2)
15 typeof(Entry), false); 18 public static readonly BindableProperty CursorColorProperty = BindableProperty.Create("CursorColor", typeof(Color), typeof(Entry), null);
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\EntryRenderer.cs (4)
12using Specifics = Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.Entry; 196 else if (e.PropertyName == Specifics.AdjustsFontSizeToFitWidthProperty.PropertyName) 208 else if (e.PropertyName == Specifics.CursorColorProperty.PropertyName) 522 if (Element.IsSet(Specifics.CursorColorProperty))