Base:
method
MoveToNextAttribute
System.Xml.XmlReader.MoveToNextAttribute()
1 override of MoveToNextAttribute
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
192
public override bool
MoveToNextAttribute
()
17 references to MoveToNextAttribute
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
527
reader.
MoveToNextAttribute
();
567
while (reader.
MoveToNextAttribute
());
PresentationFramework (2)
System\Windows\Markup\FilteredXmlReader.cs (2)
194
bool success = base.
MoveToNextAttribute
();
300
success = base.
MoveToNextAttribute
();
System.Configuration.ConfigurationManager (13)
System\Configuration\AppSettingsSection.cs (1)
133
if (internalReader.
MoveToNextAttribute
())
System\Configuration\BaseConfigurationRecord.cs (6)
1758
while (xmlUtil.Reader.
MoveToNextAttribute
())
1828
while (xmlUtil.Reader.
MoveToNextAttribute
())
1914
while (xmlUtil.Reader.
MoveToNextAttribute
())
2063
while (xmlUtil.Reader.
MoveToNextAttribute
())
2434
while (xmlUtil.Reader.
MoveToNextAttribute
())
2708
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
();