2 references to CanGoBackPropertyKey
Microsoft.Maui.Controls (2)
WebView\WebView.cs (2)
39
public static readonly BindableProperty CanGoBackProperty =
CanGoBackPropertyKey
.BindableProperty;
67
set { SetValue(
CanGoBackPropertyKey
, value); }