3 references to OnSourceChanged
Microsoft.Maui.Controls (3)
HtmlWebViewSource.cs (2)
11
propertyChanged: (bindable, oldvalue, newvalue) => ((HtmlWebViewSource)bindable).
OnSourceChanged
());
15
propertyChanged: (bindable, oldvalue, newvalue) => ((HtmlWebViewSource)bindable).
OnSourceChanged
());
UrlWebViewSource.cs (1)
11
propertyChanged: (bindable, oldvalue, newvalue) => ((UrlWebViewSource)bindable).
OnSourceChanged
());