2 references to CanGoForwardPropertyKey
Microsoft.Maui.Controls (2)
WebView\WebView.cs (2)
42
public static readonly BindableProperty CanGoForwardProperty =
CanGoForwardPropertyKey
.BindableProperty;
78
set { SetValue(
CanGoForwardPropertyKey
, value); }