2 references to CookiesProperty
Microsoft.Maui.Controls (2)
WebView\WebView.cs (2)
100 get { return (CookieContainer)GetValue(CookiesProperty); } 101 set { SetValue(CookiesProperty, value); }