Base:
method
MoveToNextAttribute
System.Xml.XmlReader.MoveToNextAttribute()
1 override of MoveToNextAttribute
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
192public override bool MoveToNextAttribute()
18 references to MoveToNextAttribute
Microsoft.Web.XmlTransform (1)
XmlAttributePreservationDict.cs (1)
80hasMoreAttributes = xmlReader.MoveToNextAttribute();
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
527reader.MoveToNextAttribute(); 567while (reader.MoveToNextAttribute());
PresentationFramework (2)
System\Windows\Markup\FilteredXmlReader.cs (2)
194bool success = base.MoveToNextAttribute(); 300success = base.MoveToNextAttribute();
System.Configuration.ConfigurationManager (13)
System\Configuration\AppSettingsSection.cs (1)
133if (internalReader.MoveToNextAttribute())
System\Configuration\BaseConfigurationRecord.cs (6)
1758while (xmlUtil.Reader.MoveToNextAttribute()) 1828while (xmlUtil.Reader.MoveToNextAttribute()) 1914while (xmlUtil.Reader.MoveToNextAttribute()) 2063while (xmlUtil.Reader.MoveToNextAttribute()) 2434while (xmlUtil.Reader.MoveToNextAttribute()) 2708while (xmlUtil.Reader.MoveToNextAttribute())
System\Configuration\MgmtConfigurationRecord.cs (1)
3090while (reader.MoveToNextAttribute())
System\Configuration\XmlUtil.cs (5)
250if (Reader.MoveToNextAttribute()) 589while (Reader.MoveToNextAttribute()) 658while (Reader.MoveToNextAttribute()) 840while (Reader.MoveToNextAttribute()) 1067reader.MoveToNextAttribute();