Base:
method
MoveToFirstAttribute
System.Xml.XmlReader.MoveToFirstAttribute()
1 override of MoveToFirstAttribute
PresentationFramework (1)
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (1)
193public override bool MoveToFirstAttribute()
2 references to MoveToFirstAttribute
PresentationFramework (1)
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (1)
195bool success = base.MoveToFirstAttribute();
System.Configuration (1)
System\Configuration\XmlUtil.cs (1)
782if (_reader.MoveToFirstAttribute()) {