6 references to CheckForNonNamespaceAttribute
PresentationFramework (6)
System\Windows\Annotations\Annotation.cs (3)
287CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.AnchorCollection); 302CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.CargoCollection); 317CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.AuthorCollection);
System\Windows\Annotations\LocatorGroup.cs (1)
127Annotation.CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.ContentLocatorGroup);
System\Windows\Annotations\LocatorPartList.cs (2)
209Annotation.CheckForNonNamespaceAttribute(reader, AnnotationXmlConstants.Elements.ContentLocator); 232Annotation.CheckForNonNamespaceAttribute(reader, part.PartType.Name);