8 references to XmlnsPrefix
PresentationFramework (8)
src\Framework\System\Windows\Annotations\Annotation.cs (4)
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);
552
if (reader.LocalName == AnnotationXmlConstants.Prefixes.
XmlnsPrefix
)
557
if (reader.Prefix == AnnotationXmlConstants.Prefixes.
XmlnsPrefix
||
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
140
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
121
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
src\Framework\System\Windows\Annotations\LocatorPartList.cs (2)
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);