1 write to Uri
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1299
Uri
= uri;
4 references to Uri
PresentationFramework (4)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (4)
646
_writer.WriteAttributeString("xmlns", mapping.Prefix, NamespaceCache.XmlnsNamespace, mapping.
Uri
);
1306
return other != null &&
Uri
.Equals(other.
Uri
) && Prefix.Equals(other.Prefix);
1311
return
Uri
.GetHashCode() + Prefix.GetHashCode();