Base:
method
GetAttribute
System.Windows.Markup.XmlWrappingReader.GetAttribute(System.String)
6 references to GetAttribute
WindowsBase (6)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (6)
345string targetModeAttributeValue = reader.GetAttribute(TargetModeAttributeName); 378string targetModeAttributeValue = reader.GetAttribute(TargetModeAttributeName); 402string targetAttributeValue = reader.GetAttribute(TargetAttributeName); 409string typeAttributeValue = reader.GetAttribute(TypeAttributeName); 415string idAttributeValue = reader.GetAttribute(IdAttributeName); 660string xmlBaseAttributeValue = reader.GetAttribute(XmlBaseAttributeName);