5 implementations of OnBorderColorPropertyChanged
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
429
void IBorderElement.
OnBorderColorPropertyChanged
(Color oldValue, Color newValue)
CheckBox\CheckBox.cs (1)
62
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)
278
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);