Base:
method
GetAttribute
System.IO.Packaging.XmlWrappingReader.GetAttribute(System.String)
6 references to GetAttribute
System.IO.Packaging (6)
System\IO\Packaging\InternalRelationshipCollection.cs (6)
278string? targetModeAttributeValue = reader.GetAttribute(TargetModeAttributeName); 314string? targetModeAttributeValue = reader.GetAttribute(TargetModeAttributeName); 342string? targetAttributeValue = reader.GetAttribute(TargetAttributeName); 349string? typeAttributeValue = reader.GetAttribute(TypeAttributeName); 355string? idAttributeValue = reader.GetAttribute(IdAttributeName); 577string? xmlBaseAttributeValue = reader.GetAttribute(XmlBaseAttributeName);