Base:
method
MoveToFirstAttribute
System.Xml.XmlReader.MoveToFirstAttribute()
1 override of MoveToFirstAttribute
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
184public override bool MoveToFirstAttribute()
2 references to MoveToFirstAttribute
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
186bool success = base.MoveToFirstAttribute();
System.Configuration.ConfigurationManager (1)
System\Configuration\XmlUtil.cs (1)
746if (Reader.MoveToFirstAttribute())