2 references to StartPathProperty
Microsoft.AspNetCore.Components.WebView.Wpf (2)
BlazorWebView.cs (2)
149
get => (string)GetValue(
StartPathProperty
);
150
set => SetValue(
StartPathProperty
, value);