2 references to OnGeometryPropertyChanged
Microsoft.Maui.Controls (2)
Shapes\Path.cs (2)
51
(oldValue as Geometry).PropertyChanged -= (bindable as Path).
OnGeometryPropertyChanged
;
59
(newValue as Geometry).PropertyChanged += (bindable as Path).
OnGeometryPropertyChanged
;