6 references to OnBrushChanged
Microsoft.Maui.Controls (6)
Shapes\Shape.cs (6)
488
s.PropertyChanged -=
OnBrushChanged
;
491
g.InvalidateGradientBrushRequested -=
OnBrushChanged
;
494
source.PropertyChanged +=
OnBrushChanged
;
496
gradientBrush.InvalidateGradientBrushRequested +=
OnBrushChanged
;
505
s.PropertyChanged -=
OnBrushChanged
;
508
g.InvalidateGradientBrushRequested -=
OnBrushChanged
;