6 references to CheckForNonNamespaceAttribute
PresentationFramework (6)
src\Framework\System\Windows\Annotations\Annotation.cs (3)
319CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.AnchorCollection); 334CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.CargoCollection); 349CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.AuthorCollection);
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
149Annotation.CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.ContentLocatorGroup);
src\Framework\System\Windows\Annotations\LocatorPartList.cs (2)
233Annotation.CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.ContentLocator); 256Annotation.CheckForNonNamespaceAttribute(reader, part.PartType.Name);