3 references to OnColorProperty
Microsoft.Maui.Controls (3)
Properties\AssemblyInfo.cs (1)
99[assembly: StyleProperty("color", typeof(Switch), nameof(Switch.OnColorProperty))]
Switch\Switch.cs (2)
38 get { return (Color)GetValue(OnColorProperty); } 39 set { SetValue(OnColorProperty, value); }