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