2 references to OnTransformPropertyChanged
Microsoft.Maui.Controls (2)
Shapes\Path.cs (2)
70
(oldValue as Transform).PropertyChanged -= (bindable as Path).
OnTransformPropertyChanged
;
75
(newValue as Transform).PropertyChanged += (bindable as Path).
OnTransformPropertyChanged
;