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