Base:
method
MoveToNextAttribute
System.Xml.XmlReader.MoveToNextAttribute()
1 override of MoveToNextAttribute
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
192public override bool MoveToNextAttribute()
17 references to 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)
1762while (xmlUtil.Reader.MoveToNextAttribute()) 1832while (xmlUtil.Reader.MoveToNextAttribute()) 1918while (xmlUtil.Reader.MoveToNextAttribute()) 2067while (xmlUtil.Reader.MoveToNextAttribute()) 2438while (xmlUtil.Reader.MoveToNextAttribute()) 2712while (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();