Base:
method
MoveToNextAttribute
System.Xml.XmlReader.MoveToNextAttribute()
1 override of MoveToNextAttribute
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
193
public override bool
MoveToNextAttribute
()
17 references to MoveToNextAttribute
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
524
reader.
MoveToNextAttribute
();
564
while (reader.
MoveToNextAttribute
());
PresentationFramework (2)
System\Windows\Markup\FilteredXmlReader.cs (2)
195
bool success = base.
MoveToNextAttribute
();
301
success = base.
MoveToNextAttribute
();
System.Configuration.ConfigurationManager (13)
System\Configuration\AppSettingsSection.cs (1)
133
if (internalReader.
MoveToNextAttribute
())
System\Configuration\BaseConfigurationRecord.cs (6)
1762
while (xmlUtil.Reader.
MoveToNextAttribute
())
1832
while (xmlUtil.Reader.
MoveToNextAttribute
())
1918
while (xmlUtil.Reader.
MoveToNextAttribute
())
2067
while (xmlUtil.Reader.
MoveToNextAttribute
())
2438
while (xmlUtil.Reader.
MoveToNextAttribute
())
2712
while (xmlUtil.Reader.
MoveToNextAttribute
())
System\Configuration\MgmtConfigurationRecord.cs (1)
3090
while (reader.
MoveToNextAttribute
())
System\Configuration\XmlUtil.cs (5)
250
if (Reader.
MoveToNextAttribute
())
589
while (Reader.
MoveToNextAttribute
())
658
while (Reader.
MoveToNextAttribute
())
840
while (Reader.
MoveToNextAttribute
())
1067
reader.
MoveToNextAttribute
();