29 overrides of MoveToFirstAttribute
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
107public override bool MoveToFirstAttribute() {
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
213public override bool MoveToFirstAttribute()
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2956public override bool MoveToFirstAttribute() {
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
423public override bool MoveToFirstAttribute()
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
235public override bool MoveToFirstAttribute() {
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
336public override bool MoveToFirstAttribute()
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
168public override bool MoveToFirstAttribute()
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
320public override bool MoveToFirstAttribute()
System.Runtime.Serialization (6)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
139public override bool MoveToFirstAttribute()
System\Runtime\Serialization\XmlSerializableReader.cs (1)
104public override bool MoveToFirstAttribute() { return InnerReader.MoveToFirstAttribute(); }
System\Xml\XmlBaseReader.cs (1)
887public override bool MoveToFirstAttribute()
System\Xml\XmlDictionaryReader.cs (1)
1487public override bool MoveToFirstAttribute()
System\Xml\XmlMtomReader.cs (2)
658public override bool MoveToFirstAttribute() 1576public override bool MoveToFirstAttribute()
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamReader.cs (1)
266public override bool MoveToFirstAttribute()
System.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
676public override bool MoveToFirstAttribute() {
System\Xml\Core\XmlAsyncCheckReader.cs (1)
404public override bool MoveToFirstAttribute() {
System\Xml\Core\XmlTextReader.cs (1)
192public override bool MoveToFirstAttribute() {
System\Xml\Core\XmlTextReaderImpl.cs (1)
1093public override bool MoveToFirstAttribute() {
System\Xml\Core\XmlValidatingReader.cs (1)
136public override bool MoveToFirstAttribute() {
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
430public override bool MoveToFirstAttribute() {
System\Xml\Core\XmlWrappingReader.cs (1)
88public override bool MoveToFirstAttribute() {
System\Xml\Core\XsdCachingReader.cs (1)
314public override bool MoveToFirstAttribute() {
System\Xml\Core\XsdValidatingReader.cs (1)
1022public override bool MoveToFirstAttribute() {
System\Xml\Dom\XmlNodeReader.cs (1)
1215public override bool MoveToFirstAttribute() {
System\Xml\Serialization\XmlCountingReader.cs (1)
71public override bool MoveToFirstAttribute() { return innerReader.MoveToFirstAttribute(); }
System\Xml\XPath\XPathNavigatorReader.cs (1)
520public override bool MoveToFirstAttribute() {
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
8639public override bool MoveToFirstAttribute() {
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
107public override bool MoveToFirstAttribute() {
67 references to MoveToFirstAttribute
PresentationBuildTasks (10)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (3)
479Reader.MoveToFirstAttribute(); 1069bool onAttribute = Reader.MoveToFirstAttribute(); 1396Reader.MoveToFirstAttribute();
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
108return _reader.MoveToFirstAttribute();
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
818bool moreAttributes = xmlReader.MoveToFirstAttribute();
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
432xmlReader.MoveToFirstAttribute(); 521xmlReader.MoveToFirstAttribute();
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
2217bool moreAttributes = XmlReader.MoveToFirstAttribute(); 2351bool moreAttributes = XmlReader.MoveToFirstAttribute(); 2787bool moreAttributes = XmlReader.MoveToFirstAttribute();
PresentationCore (6)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (6)
371if (_reader.MoveToFirstAttribute()) 512if (_reader.MoveToFirstAttribute()) 534if (_reader.MoveToFirstAttribute()) 645if (_reader.MoveToFirstAttribute()) 731if (_reader.MoveToFirstAttribute()) 776if (_reader.MoveToFirstAttribute())
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
938bool attributeFound = _xamlReader.MoveToFirstAttribute();
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
215return this.baseReader.MoveToFirstAttribute();
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\XmlPropertyBag.cs (1)
37reader.MoveToFirstAttribute();
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2957return _xmlreader.MoveToFirstAttribute();
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)
570if (reader.MoveToFirstAttribute())
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
425return this.reader.MoveToFirstAttribute();
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
437if (reader.MoveToFirstAttribute()) {
System.IdentityModel (5)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
338return _innerReader.MoveToFirstAttribute();
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
170return _reader.MoveToFirstAttribute();
System\IdentityModel\WrappedReader.cs (1)
258if (base.InnerReader.MoveToFirstAttribute())
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
322return this.reader.MoveToFirstAttribute();
System\IdentityModel\XmlAttributeHolder.cs (1)
70reader.MoveToFirstAttribute();
System.Runtime.Serialization (6)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
164return isEndOfEmptyElement ? false : reader.MoveToFirstAttribute();
System\Runtime\Serialization\XmlSerializableReader.cs (1)
104public override bool MoveToFirstAttribute() { return InnerReader.MoveToFirstAttribute(); }
System\Runtime\Serialization\XmlSerializableServices.cs (1)
22if (xmlReader.MoveToFirstAttribute())
System\Xml\XmlDictionaryReader.cs (1)
1489return reader.MoveToFirstAttribute();
System\Xml\XmlDictionaryWriter.cs (1)
759if (reader.MoveToFirstAttribute())
System\Xml\XmlMtomReader.cs (1)
660return xmlReader.MoveToFirstAttribute();
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (1)
1870reader.MoveToFirstAttribute();
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
72if (reader.MoveToFirstAttribute())
System.Xml (23)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
678return UpdateFromTextReader(this.textXmlReader.MoveToFirstAttribute());
System\Xml\Core\XmlAsyncCheckReader.cs (1)
406return coreReader.MoveToFirstAttribute();
System\Xml\Core\XmlCharCheckingReader.cs (2)
132return base.reader.MoveToFirstAttribute(); 215if ( base.reader.MoveToFirstAttribute() ) {
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
83if ( base.reader.MoveToFirstAttribute() ) {
System\Xml\Core\XmlReader.cs (1)
576MoveToFirstAttribute();
System\Xml\Core\XmlSubtreeReader.cs (2)
313if ( reader.MoveToFirstAttribute() ) { 1046if ( reader.MoveToFirstAttribute() ) {
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
431if ( !coreReader.MoveToFirstAttribute() ) {
System\Xml\Core\XmlWrappingReader.cs (1)
89return reader.MoveToFirstAttribute();
System\Xml\Core\XmlWriter.cs (1)
337if (reader.MoveToFirstAttribute()) {
System\Xml\Core\XmlWriterAsync.cs (1)
219if (reader.MoveToFirstAttribute()) {
System\Xml\Core\XsdCachingReader.cs (1)
605if (coreReader.MoveToFirstAttribute()) {
System\Xml\Core\XsdValidatingReader.cs (3)
1023if (coreReader.MoveToFirstAttribute()) { 1629if (coreReader.MoveToFirstAttribute()) { 1686if (coreReader.MoveToFirstAttribute()) {
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
476if (coreReader.MoveToFirstAttribute()) {
System\Xml\Dom\XmlLoader.cs (2)
101if ( r.MoveToFirstAttribute() ) { 414if ( reader.MoveToFirstAttribute() ) {
System\Xml\Schema\Inference\Infer.cs (1)
660if (xtr.MoveToFirstAttribute())
System\Xml\Schema\Parser.cs (2)
164if (reader.MoveToFirstAttribute()) { 308if (r.MoveToFirstAttribute()) {
System\Xml\Serialization\XmlCountingReader.cs (1)
71public override bool MoveToFirstAttribute() { return innerReader.MoveToFirstAttribute(); }
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
3037if (r.MoveToFirstAttribute()) { 3111if (r.MoveToFirstAttribute()) { 5082if (r.MoveToFirstAttribute()) {
WindowsBase (4)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (3)
479Reader.MoveToFirstAttribute(); 1069bool onAttribute = Reader.MoveToFirstAttribute(); 1396Reader.MoveToFirstAttribute();
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
108return _reader.MoveToFirstAttribute();