5 references to SourceProperty
Microsoft.Maui.Controls (3)
WebView\WebView.cs (3)
107 get { return (WebViewSource)GetValue(SourceProperty); } 108 set { SetValue(SourceProperty, value); } 228 OnPropertyChanged(SourceProperty.PropertyName);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\WkWebViewRenderer.cs (2)
583 if (e.PropertyName == WebView.SourceProperty.PropertyName) 746 WebView.SetValueFromRenderer(WebView.SourceProperty, new UrlWebViewSource { Url = url });