5 implementations of OnBorderColorPropertyChanged
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
427 void IBorderElement.OnBorderColorPropertyChanged(Color oldValue, Color newValue)
CheckBox\CheckBox.cs (1)
60 void IBorderElement.OnBorderColorPropertyChanged(Color oldValue, Color newValue)
Frame\Frame.cs (1)
73 void IBorderElement.OnBorderColorPropertyChanged(Color oldValue, Color newValue)
ImageButton\ImageButton.cs (1)
169 void IBorderElement.OnBorderColorPropertyChanged(Color oldValue, Color newValue)
RadioButton\RadioButton.cs (1)
275 void IBorderElement.OnBorderColorPropertyChanged(Color oldValue, Color newValue)
1 reference to OnBorderColorPropertyChanged
Microsoft.Maui.Controls (1)
BorderElement.cs (1)
24 ((IBorderElement)bindable).OnBorderColorPropertyChanged((Color)oldValue, (Color)newValue);