7 references to WebViewExecutionMode
Microsoft.Maui.Controls (7)
PlatformConfiguration\WindowsSpecific\WebView.cs (7)
39
public static readonly BindableProperty ExecutionModeProperty = BindableProperty.Create("ExecutionMode", typeof(
WebViewExecutionMode
), typeof(WebView),
WebViewExecutionMode
.SameThread);
41
public static
WebViewExecutionMode
GetExecutionMode(BindableObject element)
43
return (
WebViewExecutionMode
)element.GetValue(ExecutionModeProperty);
46
public static void SetExecutionMode(BindableObject element,
WebViewExecutionMode
value)
51
public static
WebViewExecutionMode
GetExecutionMode(this IPlatformElementConfiguration<Windows, FormsElement> config)
56
public static IPlatformElementConfiguration<Windows, FormsElement> SetExecutionMode(this IPlatformElementConfiguration<Windows, FormsElement> config,
WebViewExecutionMode
value)