5 references to clrUriPrefix
PresentationFramework (5)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (5)
1633result = string.Format(CultureInfo.InvariantCulture, clrUriPrefix + ";assembly={0}", 1641result = string.Format(CultureInfo.InvariantCulture, clrUriPrefix + "{0};assembly={1}", type.Namespace, 1658if (uri.StartsWith(clrUriPrefix, StringComparison.Ordinal)) 1660string ns = uri.Substring(clrUriPrefix.Length, uri.IndexOf(";", StringComparison.Ordinal) - clrUriPrefix.Length);