1 write to Prefix
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1286Prefix = prefix;
4 references to Prefix
PresentationFramework (4)
System\Windows\Markup\Primitives\MarkupWriter.cs (4)
631_writer.WriteAttributeString("xmlns", mapping.Prefix, NamespaceCache.XmlnsNamespace, mapping.Uri); 1292return other != null && Uri.Equals(other.Uri) && Prefix.Equals(other.Prefix); 1297return Uri.GetHashCode() + Prefix.GetHashCode();