8 references to XmlnsPrefix
PresentationFramework (8)
System\Windows\Annotations\Annotation.cs (4)
187
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
191
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.BaseSchemaPrefix, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
519
if (reader.LocalName == AnnotationXmlConstants.Prefixes.
XmlnsPrefix
)
524
if (reader.Prefix == AnnotationXmlConstants.Prefixes.
XmlnsPrefix
||
System\Windows\Annotations\AnnotationResource.cs (1)
114
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\LocatorGroup.cs (1)
101
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\LocatorPartList.cs (2)
144
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
149
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.BaseSchemaPrefix, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);