21 overrides of MoveToFirstAttribute
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
98
public override bool
MoveToFirstAttribute
()
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3455
public override bool
MoveToFirstAttribute
()
System.IO.Packaging (1)
System\IO\Packaging\XmlWrappingReader.cs (1)
80
public override bool
MoveToFirstAttribute
()
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
131
public override bool
MoveToFirstAttribute
()
System\Runtime\Serialization\XmlSerializableReader.cs (1)
105
public override bool
MoveToFirstAttribute
() { return InnerReader.MoveToFirstAttribute(); }
System\Xml\XmlBaseReader.cs (1)
858
public override bool
MoveToFirstAttribute
()
System\Xml\XmlDictionaryReader.cs (1)
1453
public override bool
MoveToFirstAttribute
()
System.Private.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
754
public override bool
MoveToFirstAttribute
()
System\Xml\Core\XmlAsyncCheckReader.cs (1)
475
public override bool
MoveToFirstAttribute
()
System\Xml\Core\XmlTextReader.cs (1)
216
public override bool
MoveToFirstAttribute
()
System\Xml\Core\XmlTextReaderImpl.cs (1)
1142
public override bool
MoveToFirstAttribute
()
System\Xml\Core\XmlValidatingReader.cs (1)
154
public override bool
MoveToFirstAttribute
()
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
505
public override bool
MoveToFirstAttribute
()
System\Xml\Core\XmlWrappingReader.cs (1)
88
public override bool
MoveToFirstAttribute
()
System\Xml\Core\XsdCachingReader.cs (1)
362
public override bool
MoveToFirstAttribute
()
System\Xml\Core\XsdValidatingReader.cs (1)
1311
public override bool
MoveToFirstAttribute
()
System\Xml\Dom\XmlNodeReader.cs (1)
1434
public override bool
MoveToFirstAttribute
()
System\Xml\XPath\XPathNavigatorReader.cs (1)
599
public override bool
MoveToFirstAttribute
()
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
270
public override bool
MoveToFirstAttribute
()
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeReader.cs (1)
746
public override bool
MoveToFirstAttribute
()
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
98
public override bool
MoveToFirstAttribute
()
59 references to MoveToFirstAttribute
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
808
bool moreAttributes = xmlReader.
MoveToFirstAttribute
();
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
423
xmlReader.
MoveToFirstAttribute
();
512
xmlReader.
MoveToFirstAttribute
();
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
2200
bool moreAttributes = XmlReader.
MoveToFirstAttribute
();
2334
bool moreAttributes = XmlReader.
MoveToFirstAttribute
();
2773
bool moreAttributes = XmlReader.
MoveToFirstAttribute
();
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (3)
469
Reader.
MoveToFirstAttribute
();
1060
bool onAttribute = Reader.
MoveToFirstAttribute
();
1395
Reader.
MoveToFirstAttribute
();
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
100
return _reader.
MoveToFirstAttribute
();
PresentationCore (6)
MS\Internal\FontFace\CompositeFontParser.cs (6)
355
if (_reader.
MoveToFirstAttribute
())
495
if (_reader.
MoveToFirstAttribute
())
516
if (_reader.
MoveToFirstAttribute
())
626
if (_reader.
MoveToFirstAttribute
())
711
if (_reader.
MoveToFirstAttribute
())
756
if (_reader.
MoveToFirstAttribute
())
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
905
bool attributeFound = _xamlReader.
MoveToFirstAttribute
();
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3457
return _xmlreader.
MoveToFirstAttribute
();
System.IO.Packaging (4)
System\IO\Packaging\XmlCompatibilityReader.cs (3)
442
Reader.
MoveToFirstAttribute
();
995
bool onAttribute = Reader.
MoveToFirstAttribute
();
1322
Reader.
MoveToFirstAttribute
();
System\IO\Packaging\XmlWrappingReader.cs (1)
82
return _reader.
MoveToFirstAttribute
();
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
159
return isEndOfEmptyElement ? false : reader.
MoveToFirstAttribute
();
System\Runtime\Serialization\XmlSerializableReader.cs (1)
105
public override bool MoveToFirstAttribute() { return InnerReader.
MoveToFirstAttribute
(); }
System\Runtime\Serialization\XmlSerializableServices.cs (1)
18
if (xmlReader.
MoveToFirstAttribute
())
System\Xml\XmlDictionaryReader.cs (1)
1455
return _reader.
MoveToFirstAttribute
();
System\Xml\XmlDictionaryWriter.cs (1)
255
if (reader.
MoveToFirstAttribute
())
System.Private.Xml (22)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
478
return _coreReader.
MoveToFirstAttribute
();
System\Xml\Core\XmlCharCheckingReader.cs (2)
139
return base.reader.
MoveToFirstAttribute
();
240
if (base.reader.
MoveToFirstAttribute
())
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
102
if (base.reader.
MoveToFirstAttribute
())
System\Xml\Core\XmlReader.cs (1)
585
MoveToFirstAttribute
();
System\Xml\Core\XmlSubtreeReader.cs (2)
389
if (reader.
MoveToFirstAttribute
())
1258
if (reader.
MoveToFirstAttribute
())
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
507
if (!_coreReader.
MoveToFirstAttribute
())
System\Xml\Core\XmlWrappingReader.cs (1)
90
return reader.
MoveToFirstAttribute
();
System\Xml\Core\XmlWriter.cs (1)
319
if (reader.
MoveToFirstAttribute
())
System\Xml\Core\XmlWriterAsync.cs (1)
240
if (reader.
MoveToFirstAttribute
())
System\Xml\Core\XsdCachingReader.cs (1)
695
if (_coreReader.
MoveToFirstAttribute
())
System\Xml\Core\XsdValidatingReader.cs (3)
1313
if (_coreReader.
MoveToFirstAttribute
())
2082
if (_coreReader.
MoveToFirstAttribute
())
2159
if (_coreReader.
MoveToFirstAttribute
())
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
581
if (_coreReader.
MoveToFirstAttribute
())
System\Xml\Dom\XmlLoader.cs (2)
114
if (r.
MoveToFirstAttribute
())
471
if (_reader.
MoveToFirstAttribute
())
System\Xml\Schema\Inference\Infer.cs (1)
642
if (_xtr.
MoveToFirstAttribute
())
System\Xml\Schema\Parser.cs (2)
181
if (_reader.
MoveToFirstAttribute
())
348
if (r.
MoveToFirstAttribute
())
System\Xml\Xsl\Xslt\XsltInput.cs (1)
497
if (_reader.
MoveToFirstAttribute
())
System.Private.Xml.Linq (5)
System\Xml\Linq\XContainer.cs (4)
907
if (r.
MoveToFirstAttribute
())
961
if (r.
MoveToFirstAttribute
())
1029
if (r.
MoveToFirstAttribute
())
1143
if (r.
MoveToFirstAttribute
())
System\Xml\Linq\XElement.cs (1)
2067
if (r.
MoveToFirstAttribute
())
System.Xaml (5)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (3)
469
Reader.
MoveToFirstAttribute
();
1060
bool onAttribute = Reader.
MoveToFirstAttribute
();
1395
Reader.
MoveToFirstAttribute
();
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
100
return _reader.
MoveToFirstAttribute
();
System\Xaml\Parser\XamlScanner.cs (1)
552
bool b = _xmlReader.
MoveToFirstAttribute
();