3 references to SourceProperty
Microsoft.Maui.Controls (3)
WebView\WebView.cs (3)
105
get { return (WebViewSource)GetValue(
SourceProperty
); }
106
set { SetValue(
SourceProperty
, value); }
226
OnPropertyChanged(
SourceProperty
.PropertyName);