| File: MS\Internal\Globalization\BamlConst.cs | Web Access |
| Project: src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\PresentationFramework.csproj (PresentationFramework) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Class that defines all the non-localizable constants // in Baml PomParser. // namespace MS.Internal.Globalization { internal static class BamlConst { internal const string ContentSuffix = "$Content"; internal const string LiteralContentSuffix = "$LiteralContent"; // parsing $Content. internal const char KeySeperator = ':'; internal const char ChildStart = '#'; internal const char ChildEnd = ';'; internal const char EscapeChar = '\\'; } }