3 references to CanGoBack
Microsoft.Maui.Controls (3)
WebView\WebView.cs (3)
37 static readonly BindablePropertyKey CanGoBackPropertyKey = BindableProperty.CreateReadOnly(nameof(CanGoBack), typeof(bool), typeof(WebView), false); 39 /// <summary>Bindable property for <see cref="CanGoBack"/>.</summary> 67 get { return CanGoBack; }