6 references to OnBackgroundChanged
Microsoft.Maui.Controls (6)
VisualElement\VisualElement.cs (6)
362
s.PropertyChanged -=
OnBackgroundChanged
;
365
g.InvalidateGradientBrushRequested -=
OnBackgroundChanged
;
368
source.PropertyChanged +=
OnBackgroundChanged
;
370
gradientBrush.InvalidateGradientBrushRequested +=
OnBackgroundChanged
;
379
s.PropertyChanged -=
OnBackgroundChanged
;
382
g.InvalidateGradientBrushRequested -=
OnBackgroundChanged
;