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