6 references to BaseSchemaPrefix
PresentationFramework (6)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
566
s_xmlTokeFullNames.Add(token, AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
+ ":" + xmlName);
src\Framework\System\Windows\Annotations\Annotation.cs (2)
221
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
249
writer.WriteElementString(AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
, AnnotationXmlConstants.Elements.StringAuthor, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace, author);
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
185
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.XmlnsPrefix, AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
766
AnnotationXmlConstants.Namespaces.CoreSchemaNamespace + "\" xmlns:" + AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
+ "=\"" + AnnotationXmlConstants.Namespaces.BaseSchemaNamespace + "\" />");
776
_namespaceManager.AddNamespace(AnnotationXmlConstants.Prefixes.
BaseSchemaPrefix
, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);