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