Base:
method
MoveToNextAttribute
System.Xml.XmlReader.MoveToNextAttribute()
2 overrides of MoveToNextAttribute
PresentationFramework (1)
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (1)
202public override bool MoveToNextAttribute()
System.Web.Services (1)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
889public override bool MoveToNextAttribute() {
19 references to MoveToNextAttribute
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
543reader.MoveToNextAttribute(); 583while (reader.MoveToNextAttribute());
PresentationFramework (3)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1420while (reader.MoveToNextAttribute())
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (2)
204bool success = base.MoveToNextAttribute(); 310success = base.MoveToNextAttribute();
System.Configuration (13)
System\Configuration\AppSettingsSection.cs (1)
152if (internalReader.MoveToNextAttribute()) {
System\Configuration\BaseConfigurationRecord.cs (6)
2278while (xmlUtil.Reader.MoveToNextAttribute()) { 2345while (xmlUtil.Reader.MoveToNextAttribute()) { 2436while (xmlUtil.Reader.MoveToNextAttribute()) { 2603while (xmlUtil.Reader.MoveToNextAttribute()) { 3013while (xmlUtil.Reader.MoveToNextAttribute()) { 3273while (xmlUtil.Reader.MoveToNextAttribute()) {
System\Configuration\MgmtConfigurationRecord.cs (1)
3188while (reader.MoveToNextAttribute()) {
System\Configuration\XmlUtil.cs (5)
269if (_reader.MoveToNextAttribute()) { 633while (_reader.MoveToNextAttribute()) { 700while (_reader.MoveToNextAttribute()) { 872while (_reader.MoveToNextAttribute()) { 1109reader.MoveToNextAttribute();
System.Web.Services (1)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
891return base.MoveToNextAttribute();