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);
342
string? targetAttributeValue = reader.
GetAttribute
(TargetAttributeName);
349
string? typeAttributeValue = reader.
GetAttribute
(TypeAttributeName);
355
string? idAttributeValue = reader.
GetAttribute
(IdAttributeName);
577
string? xmlBaseAttributeValue = reader.
GetAttribute
(XmlBaseAttributeName);