6 references to BaseSchemaPrefix
PresentationFramework (6)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
560
s_xmlTokeFullNames.Add(token, $"{AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
}:{xmlName}");
System\Windows\Annotations\Annotation.cs (2)
199
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
227
writer.WriteElementString(AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
, AnnotationXmlConstants.Elements.StringAuthor, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace, author);
System\Windows\Annotations\LocatorPartList.cs (1)
171
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
743
$"<?xml version=\"1.0\" encoding=\"utf-8\"?> <{AnnotationXmlConstants.Prefixes.CoreSchemaPrefix}:Annotations xmlns:{AnnotationXmlConstants.Prefixes.CoreSchemaPrefix}=\"{AnnotationXmlConstants.Namespaces.CoreSchemaNamespace}\" xmlns:{AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
}=\"{AnnotationXmlConstants.Namespaces.BaseSchemaNamespace}\" />");
753
_namespaceManager.AddNamespace(AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);