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