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