5 references to clrUriPrefix
PresentationFramework (5)
System\Windows\Markup\Primitives\MarkupWriter.cs (5)
1613result = $"{clrUriPrefix};assembly={type.Assembly.GetName().Name}"; 1620result = $"{clrUriPrefix}{type.Namespace};assembly={type.Assembly.GetName().Name}"; 1636if (uri.StartsWith(clrUriPrefix, StringComparison.Ordinal)) 1638ReadOnlySpan<char> ns = uri.AsSpan(clrUriPrefix.Length, uri.IndexOf(';') - clrUriPrefix.Length);