29 overrides of MoveToNextAttribute
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
111public override bool MoveToNextAttribute() {
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
218public override bool MoveToNextAttribute()
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2960public override bool MoveToNextAttribute() {
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
430public override bool MoveToNextAttribute()
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
246public override bool MoveToNextAttribute() {
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
346public override bool MoveToNextAttribute()
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
173public override bool MoveToNextAttribute()
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
325public override bool MoveToNextAttribute()
System.Runtime.Serialization (6)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
150public override bool MoveToNextAttribute()
System\Runtime\Serialization\XmlSerializableReader.cs (1)
105public override bool MoveToNextAttribute() { return InnerReader.MoveToNextAttribute(); }
System\Xml\XmlBaseReader.cs (1)
896public override bool MoveToNextAttribute()
System\Xml\XmlDictionaryReader.cs (1)
1492public override bool MoveToNextAttribute()
System\Xml\XmlMtomReader.cs (2)
663public override bool MoveToNextAttribute() 1581public override bool MoveToNextAttribute()
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamReader.cs (1)
271public override bool MoveToNextAttribute()
System.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
689public override bool MoveToNextAttribute() {
System\Xml\Core\XmlAsyncCheckReader.cs (1)
409public override bool MoveToNextAttribute() {
System\Xml\Core\XmlTextReader.cs (1)
196public override bool MoveToNextAttribute() {
System\Xml\Core\XmlTextReaderImpl.cs (1)
1109public override bool MoveToNextAttribute() {
System\Xml\Core\XmlValidatingReader.cs (1)
140public override bool MoveToNextAttribute() {
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
439public override bool MoveToNextAttribute() {
System\Xml\Core\XmlWrappingReader.cs (1)
92public override bool MoveToNextAttribute() {
System\Xml\Core\XsdCachingReader.cs (1)
324public override bool MoveToNextAttribute() {
System\Xml\Core\XsdValidatingReader.cs (1)
1051public override bool MoveToNextAttribute() {
System\Xml\Dom\XmlNodeReader.cs (1)
1233public override bool MoveToNextAttribute() {
System\Xml\Serialization\XmlCountingReader.cs (1)
72public override bool MoveToNextAttribute() { return innerReader.MoveToNextAttribute(); }
System\Xml\XPath\XPathNavigatorReader.cs (1)
544public override bool MoveToNextAttribute() {
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
8662public override bool MoveToNextAttribute() {
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
111public override bool MoveToNextAttribute() {
233 references to MoveToNextAttribute
PresentationBuildTasks (13)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (6)
492Reader.MoveToNextAttribute(); 599result = Reader.MoveToNextAttribute(); 605result = Reader.MoveToNextAttribute(); 1044result = Reader.MoveToNextAttribute(); 1100onAttribute = Reader.MoveToNextAttribute(); 1405Reader.MoveToNextAttribute();
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
112return _reader.MoveToNextAttribute();
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
831moreAttributes = xmlReader.MoveToNextAttribute();
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
511xmlReader.MoveToNextAttribute();
Framework\System\Windows\Markup\XamlReaderHelper.cs (4)
2289moreAttributes = XmlReader.MoveToNextAttribute(); 2370moreAttributes = XmlReader.MoveToNextAttribute(); 2940moreAttributes = XmlReader.MoveToNextAttribute(); 4278while (XmlReader.MoveToNextAttribute() &&
PresentationCore (6)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (6)
401} while (_reader.MoveToNextAttribute()); 519} while (_reader.MoveToNextAttribute()); 547} while (_reader.MoveToNextAttribute()); 716} while (_reader.MoveToNextAttribute()); 747} while (_reader.MoveToNextAttribute()); 811} while (_reader.MoveToNextAttribute());
PresentationFramework (5)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
951attributeFound = _xamlReader.MoveToNextAttribute();
src\Framework\System\Windows\Annotations\Annotation.cs (2)
575while (reader.MoveToNextAttribute()) 633while (reader.MoveToNextAttribute())
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
467while (reader.MoveToNextAttribute())
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
267while (reader.MoveToNextAttribute())
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
220return this.baseReader.MoveToNextAttribute();
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\XmlPropertyBag.cs (2)
40reader.MoveToNextAttribute(); 43reader.MoveToNextAttribute();
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (1)
1459while (reader.MoveToNextAttribute()) {
System\Configuration\ConfigurationElementCollection.cs (1)
1101while (reader.MoveToNextAttribute()) {
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
978while ((MessageAttributes.All != messageAttributes) && (xmlReader.MoveToNextAttribute())) {
fx\src\data\System\Data\xmlsaver.cs (1)
2961return _xmlreader.MoveToNextAttribute();
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
242for ( bool more = reader.MoveToFirstAttribute(); more; more = reader.MoveToNextAttribute() )
System.Data.Services.Client (2)
System\Data\Services\Client\Util.cs (1)
576while (reader.MoveToNextAttribute());
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
432return this.reader.MoveToNextAttribute();
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
443} while (reader.MoveToNextAttribute());
System.IdentityModel (5)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
348return _innerReader.MoveToNextAttribute();
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
175return _reader.MoveToNextAttribute();
System\IdentityModel\WrappedReader.cs (1)
264while (base.InnerReader.MoveToNextAttribute());
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
327return this.reader.MoveToNextAttribute();
System\IdentityModel\XmlAttributeHolder.cs (1)
89reader.MoveToNextAttribute();
System.Runtime.Serialization (7)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
169return isEndOfEmptyElement ? false : reader.MoveToNextAttribute();
System\Runtime\Serialization\XmlSerializableReader.cs (1)
105public override bool MoveToNextAttribute() { return InnerReader.MoveToNextAttribute(); }
System\Runtime\Serialization\XmlSerializableServices.cs (1)
33} while (xmlReader.MoveToNextAttribute());
System\Xml\XmlDictionaryReader.cs (1)
1494return reader.MoveToNextAttribute();
System\Xml\XmlDictionaryWriter.cs (1)
784while (reader.MoveToNextAttribute());
System\Xml\XmlMtomReader.cs (2)
288while (xmlReader.MoveToNextAttribute()) 665return xmlReader.MoveToNextAttribute();
System.ServiceModel (31)
System\ServiceModel\Channels\Message.cs (1)
1889reader.MoveToNextAttribute();
System\ServiceModel\Channels\MessageFault.cs (2)
564while (r.MoveToNextAttribute()) 592while (r.MoveToNextAttribute())
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
441while (reader.MoveToNextAttribute())
System\ServiceModel\Description\MetadataSet.cs (3)
474while (Reader.MoveToNextAttribute()) 535while (Reader.MoveToNextAttribute()) 630while (Reader.MoveToNextAttribute())
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
100} while (reader.MoveToNextAttribute());
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
1890while (reader.MoveToNextAttribute())
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (2)
445while (reader.MoveToNextAttribute()) 506while (reader.MoveToNextAttribute())
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
169while (reader.MoveToNextAttribute()) 600while (reader.MoveToNextAttribute()) 740while (reader.MoveToNextAttribute()) 794while (reader.MoveToNextAttribute()) 910while (reader.MoveToNextAttribute()) 999while (reader.MoveToNextAttribute()) 1118while (reader.MoveToNextAttribute())
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
232while (reader.MoveToNextAttribute()) 326while (reader.MoveToNextAttribute()) 453while (reader.MoveToNextAttribute()) 556while (reader.MoveToNextAttribute()) 645while (reader.MoveToNextAttribute())
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (7)
486while (reader.MoveToNextAttribute()) 529while (reader.MoveToNextAttribute()) 578while (reader.MoveToNextAttribute()) 674while (reader.MoveToNextAttribute()) 767while (reader.MoveToNextAttribute()) 833while (reader.MoveToNextAttribute()) 887while (reader.MoveToNextAttribute())
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
33while (reader.MoveToNextAttribute())
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SerializationUtility.cs (1)
318while (reader.MoveToNextAttribute())
System.Web.Extensions (15)
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (5)
238while (Reader.MoveToNextAttribute()) { 429while (Reader.MoveToNextAttribute()) { 479while (Reader.MoveToNextAttribute()) { 529while (Reader.MoveToNextAttribute()) { 615while (Reader.MoveToNextAttribute()) {
Compilation\XmlSerializer\SvcMapFileSerializer.cs (10)
424while (Reader.MoveToNextAttribute()) { 586while (Reader.MoveToNextAttribute()) { 636while (Reader.MoveToNextAttribute()) { 722while (Reader.MoveToNextAttribute()) { 782while (Reader.MoveToNextAttribute()) { 1072while (Reader.MoveToNextAttribute()) { 1126while (Reader.MoveToNextAttribute()) { 1172while (Reader.MoveToNextAttribute()) { 1227while (Reader.MoveToNextAttribute()) { 1286while (Reader.MoveToNextAttribute()) {
System.Web.Services (94)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (88)
4153while (Reader.MoveToNextAttribute()) { 4241while (Reader.MoveToNextAttribute()) { 4308while (Reader.MoveToNextAttribute()) { 4382while (Reader.MoveToNextAttribute()) { 4432while (Reader.MoveToNextAttribute()) { 4482while (Reader.MoveToNextAttribute()) { 4536while (Reader.MoveToNextAttribute()) { 4617while (Reader.MoveToNextAttribute()) { 4701while (Reader.MoveToNextAttribute()) { 4768while (Reader.MoveToNextAttribute()) { 4838while (Reader.MoveToNextAttribute()) { 4911while (Reader.MoveToNextAttribute()) { 4996while (Reader.MoveToNextAttribute()) { 5068while (Reader.MoveToNextAttribute()) { 5134while (Reader.MoveToNextAttribute()) { 5196while (Reader.MoveToNextAttribute()) { 5268while (Reader.MoveToNextAttribute()) { 5334while (Reader.MoveToNextAttribute()) { 5397while (Reader.MoveToNextAttribute()) { 5449while (Reader.MoveToNextAttribute()) { 5525while (Reader.MoveToNextAttribute()) { 5577while (Reader.MoveToNextAttribute()) { 5640while (Reader.MoveToNextAttribute()) { 5690while (Reader.MoveToNextAttribute()) { 5747while (Reader.MoveToNextAttribute()) { 5838while (Reader.MoveToNextAttribute()) { 5884while (Reader.MoveToNextAttribute()) { 5930while (Reader.MoveToNextAttribute()) { 5996while (Reader.MoveToNextAttribute()) { 6058while (Reader.MoveToNextAttribute()) { 6108while (Reader.MoveToNextAttribute()) { 6162while (Reader.MoveToNextAttribute()) { 6216while (Reader.MoveToNextAttribute()) { 6270while (Reader.MoveToNextAttribute()) { 6339while (Reader.MoveToNextAttribute()) { 6416while (Reader.MoveToNextAttribute()) { 6484while (Reader.MoveToNextAttribute()) { 6552while (Reader.MoveToNextAttribute()) { 6621while (Reader.MoveToNextAttribute()) { 6688while (Reader.MoveToNextAttribute()) { 6761while (Reader.MoveToNextAttribute()) { 6826while (Reader.MoveToNextAttribute()) { 6944while (Reader.MoveToNextAttribute()) { 7022while (Reader.MoveToNextAttribute()) { 7095while (Reader.MoveToNextAttribute()) { 7161while (Reader.MoveToNextAttribute()) { 7222while (Reader.MoveToNextAttribute()) { 7296while (Reader.MoveToNextAttribute()) { 7364while (Reader.MoveToNextAttribute()) { 7460while (Reader.MoveToNextAttribute()) { 7547while (Reader.MoveToNextAttribute()) { 7625while (Reader.MoveToNextAttribute()) { 7733while (Reader.MoveToNextAttribute()) { 7805while (Reader.MoveToNextAttribute()) { 7877while (Reader.MoveToNextAttribute()) { 7949while (Reader.MoveToNextAttribute()) { 8021while (Reader.MoveToNextAttribute()) { 8093while (Reader.MoveToNextAttribute()) { 8165while (Reader.MoveToNextAttribute()) { 8237while (Reader.MoveToNextAttribute()) { 8309while (Reader.MoveToNextAttribute()) { 8381while (Reader.MoveToNextAttribute()) { 8453while (Reader.MoveToNextAttribute()) { 8525while (Reader.MoveToNextAttribute()) { 8597while (Reader.MoveToNextAttribute()) { 8710while (Reader.MoveToNextAttribute()) { 8844while (Reader.MoveToNextAttribute()) { 8923while (Reader.MoveToNextAttribute()) { 8992while (Reader.MoveToNextAttribute()) { 9068while (Reader.MoveToNextAttribute()) { 9144while (Reader.MoveToNextAttribute()) { 9263while (Reader.MoveToNextAttribute()) { 9339while (Reader.MoveToNextAttribute()) { 9426while (Reader.MoveToNextAttribute()) { 9503while (Reader.MoveToNextAttribute()) { 9590while (Reader.MoveToNextAttribute()) { 9670while (Reader.MoveToNextAttribute()) { 9743while (Reader.MoveToNextAttribute()) { 9823while (Reader.MoveToNextAttribute()) { 9941while (Reader.MoveToNextAttribute()) { 10018while (Reader.MoveToNextAttribute()) { 10113while (Reader.MoveToNextAttribute()) { 10207while (Reader.MoveToNextAttribute()) { 10287while (Reader.MoveToNextAttribute()) { 10364while (Reader.MoveToNextAttribute()) { 10443while (Reader.MoveToNextAttribute()) { 10515while (Reader.MoveToNextAttribute()) { 10583while (Reader.MoveToNextAttribute()) {
System\Web\Services\Description\WebReferenceOptions.cs (1)
290while (Reader.MoveToNextAttribute()) {
System\Web\Services\Discovery\DiscoveryDocumentSerializer.cs (5)
177while (Reader.MoveToNextAttribute()) { 233while (Reader.MoveToNextAttribute()) { 283while (Reader.MoveToNextAttribute()) { 333while (Reader.MoveToNextAttribute()) { 383while (Reader.MoveToNextAttribute()) {
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (2)
49while (reader.MoveToNextAttribute() && !reader.LocalName.Equals("Name", StringComparison.Ordinal)); 271while (reader.MoveToNextAttribute())
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (1)
121while (reader.MoveToNextAttribute())
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
325while (reader.MoveToNextAttribute()) 1838while (reader.MoveToNextAttribute())
System.Xml (29)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
701return UpdateFromTextReader(this.textXmlReader.MoveToNextAttribute());
System\Xml\Core\XmlAsyncCheckReader.cs (1)
411return coreReader.MoveToNextAttribute();
System\Xml\Core\XmlCharCheckingReader.cs (2)
139return base.reader.MoveToNextAttribute(); 219} while ( base.reader.MoveToNextAttribute() );
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
87} while ( base.reader.MoveToNextAttribute() );
System\Xml\Core\XmlReader.cs (1)
579MoveToNextAttribute();
System\Xml\Core\XmlSubtreeReader.cs (2)
328if ( curNsAttr == -1 && reader.MoveToNextAttribute() ) { 1065} while ( reader.MoveToNextAttribute() );
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
440if ( !coreReader.MoveToNextAttribute() ) {
System\Xml\Core\XmlWrappingReader.cs (1)
93return reader.MoveToNextAttribute();
System\Xml\Core\XmlWriter.cs (1)
362while (reader.MoveToNextAttribute());
System\Xml\Core\XmlWriterAsync.cs (1)
244while (reader.MoveToNextAttribute());
System\Xml\Core\XsdCachingReader.cs (1)
613} while (coreReader.MoveToNextAttribute());
System\Xml\Core\XsdValidatingReader.cs (3)
1053bool moveTo = coreReader.MoveToNextAttribute(); 1651} while (coreReader.MoveToNextAttribute()); 1705} while (coreReader.MoveToNextAttribute());
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
498} while (coreReader.MoveToNextAttribute());
System\Xml\Dom\XmlLoader.cs (4)
107while( r.MoveToNextAttribute() ); 343while(reader.MoveToNextAttribute()) { 375while (reader.MoveToNextAttribute()) { 419} while( r.MoveToNextAttribute() );
System\Xml\Schema\Inference\Infer.cs (1)
1283} while (xtr.MoveToNextAttribute());
System\Xml\Schema\Parser.cs (3)
171while (reader.MoveToNextAttribute()); 315} while(r.MoveToNextAttribute()); 331while (r.MoveToNextAttribute()) {
System\Xml\Serialization\XmlCountingReader.cs (1)
72public override bool MoveToNextAttribute() { return innerReader.MoveToNextAttribute(); }
System\Xml\Serialization\XmlSerializationReader.cs (1)
1791while (Reader.MoveToNextAttribute()) {
System\Xml\XPath\XPathDocument.cs (1)
189while (reader.MoveToNextAttribute()) {
System\Xml\XPath\XPathNavigator.cs (1)
1801while (reader.MoveToNextAttribute()) {
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
3040} while (r.MoveToNextAttribute()); 3118} while (r.MoveToNextAttribute()); 5089} while (r.MoveToNextAttribute());
WindowsBase (8)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (6)
492Reader.MoveToNextAttribute(); 599result = Reader.MoveToNextAttribute(); 605result = Reader.MoveToNextAttribute(); 1044result = Reader.MoveToNextAttribute(); 1100onAttribute = Reader.MoveToNextAttribute(); 1405Reader.MoveToNextAttribute();
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
112return _reader.MoveToNextAttribute();
Shared\MS\Internal\IO\Packaging\PackagingUtilities.cs (1)
426while (reader.MoveToNextAttribute())