28 references to Prefixes
PresentationFramework (28)
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 (8)
217
writer.WriteAttributeString(AnnotationXmlConstants.
Prefixes
.XmlnsPrefix, AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
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);
552
if (reader.LocalName == AnnotationXmlConstants.
Prefixes
.XmlnsPrefix)
557
if (reader.Prefix == AnnotationXmlConstants.
Prefixes
.XmlnsPrefix ||
558
reader.Prefix == AnnotationXmlConstants.
Prefixes
.XmlPrefix)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (2)
140
writer.WriteAttributeString(AnnotationXmlConstants.
Prefixes
.XmlnsPrefix, AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
src\Framework\System\Windows\Annotations\LocatorGroup.cs (2)
121
writer.WriteAttributeString(AnnotationXmlConstants.
Prefixes
.XmlnsPrefix, AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
src\Framework\System\Windows\Annotations\LocatorPartList.cs (4)
180
writer.WriteAttributeString(AnnotationXmlConstants.
Prefixes
.XmlnsPrefix, AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
185
writer.WriteAttributeString(AnnotationXmlConstants.
Prefixes
.XmlnsPrefix, AnnotationXmlConstants.
Prefixes
.BaseSchemaPrefix, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (11)
268
string query = @"//" + AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix + ":" + AnnotationXmlConstants.Elements.ContentLocator;
296
query += @"/ancestor::" + AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix + ":Anchors/ancestor::" + AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix + ":Annotation";
322
string query = "//" + AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix + ":Annotation";
765
AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix + ":Annotations xmlns:" + AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix + "=\"" +
766
AnnotationXmlConstants.Namespaces.CoreSchemaNamespace + "\" xmlns:" + AnnotationXmlConstants.
Prefixes
.BaseSchemaPrefix + "=\"" + AnnotationXmlConstants.Namespaces.BaseSchemaNamespace + "\" />");
775
_namespaceManager.AddNamespace(AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
776
_namespaceManager.AddNamespace(AnnotationXmlConstants.
Prefixes
.BaseSchemaPrefix, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
783
XPathNodeIterator iterator = navigator.Select("//" + AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix + ":Annotations", _namespaceManager);
951
XPathNodeIterator iterator = tempNavigator.Select(@"//" + AnnotationXmlConstants.
Prefixes
.CoreSchemaPrefix + @":Annotation[@Id=""" + XmlConvert.ToString(id) + @"""]", _namespaceManager);