1 write to Uri
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1278Uri = uri;
4 references to Uri
PresentationFramework (4)
System\Windows\Markup\Primitives\MarkupWriter.cs (4)
624_writer.WriteAttributeString("xmlns", mapping.Prefix, NamespaceCache.XmlnsNamespace, mapping.Uri); 1285return other != null && Uri.Equals(other.Uri) && Prefix.Equals(other.Prefix); 1290return Uri.GetHashCode() + Prefix.GetHashCode();