8 references to XmlnsPrefix
PresentationFramework (8)
System\Windows\Annotations\Annotation.cs (4)
195
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
199
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.BaseSchemaPrefix, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
527
if (reader.LocalName == AnnotationXmlConstants.Prefixes.
XmlnsPrefix
)
532
if (reader.Prefix == AnnotationXmlConstants.Prefixes.
XmlnsPrefix
||
System\Windows\Annotations\AnnotationResource.cs (1)
121
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\LocatorGroup.cs (1)
108
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\LocatorPartList.cs (2)
166
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
171
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.BaseSchemaPrefix, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);