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