Base:
method
MoveToNextAttribute
System.Xml.XmlReader.MoveToNextAttribute()
1 override of MoveToNextAttribute
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
197public override bool MoveToNextAttribute()
18 references to MoveToNextAttribute
Microsoft.Build.Engine (1)
Engine\XmlSearcher.cs (1)
313} while (reader.MoveToNextAttribute() && (foundColumnNumber == 0) && (foundLineNumber == 0));
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
537reader.MoveToNextAttribute(); 577while (reader.MoveToNextAttribute());
PresentationFramework (2)
System\Windows\Markup\FilteredXmlReader.cs (2)
199bool success = base.MoveToNextAttribute(); 305success = 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();