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