8 references to XmlnsPrefix
PresentationFramework (8)
System\Windows\Annotations\Annotation.cs (4)
188
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
192
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.BaseSchemaPrefix, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
520
if (reader.LocalName == AnnotationXmlConstants.Prefixes.
XmlnsPrefix
)
525
if (reader.Prefix == AnnotationXmlConstants.Prefixes.
XmlnsPrefix
||
System\Windows\Annotations\AnnotationResource.cs (1)
115
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\LocatorGroup.cs (1)
102
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
System\Windows\Annotations\LocatorPartList.cs (2)
145
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.CoreSchemaPrefix, null, AnnotationXmlConstants.Namespaces.CoreSchemaNamespace);
150
writer.WriteAttributeString(AnnotationXmlConstants.Prefixes.
XmlnsPrefix
, AnnotationXmlConstants.Prefixes.BaseSchemaPrefix, null, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);