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