react-native-xaml/package/Codegen/XamlNames.cs

14 строки
437 B
C#

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace Codegen
{
public static class XamlNames
{
public const string XamlNamespace = "Windows.UI.Xaml";
public const string TopLevelProjectedType = $"{XamlNamespace}.DependencyObject";
public const string MuxNamespace = "Microsoft.UI.Xaml";
public const string WebView2Namespace = "Microsoft.Web.WebView2";
}
}