17 overrides of
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
74public override string this [ int i ] { get { return _reader[i]; } }
PresentationFramework (1)
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (1)
95public override string this[ int attributeIndex ]
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
168public override string this[int i]
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
190public override string this [int i] {
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
51public override string this[int i]
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
289public override string this[int index]
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
241public override string this[int index]
System.Runtime.Serialization (6)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
135public override string this[int i] { get { return IsXmlDataNode ? xmlNodeReader[i] : GetAttribute(i); } }
System\Runtime\Serialization\XmlSerializableReader.cs (1)
87public override string this[int i] { get { return InnerReader[i]; } }
System\Xml\XmlBaseReader.cs (1)
465public override string this[int index]
System\Xml\XmlDictionaryReader.cs (1)
1608public override string this[int index]
System\Xml\XmlMtomReader.cs (2)
911public override string this[int index] 1654public override string this[int index]
System.Xml (3)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
368public override string this[int i] {
System\Xml\Core\XsdCachingReader.cs (1)
247public override string this [ int i ] {
System\Xml\Serialization\XmlCountingReader.cs (1)
51public override string this[int i] { get { return innerReader[i]; } }
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
74public override string this [ int i ] { get { return _reader[i]; } }
12 references to
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
74public override string this [ int i ] { get { return _reader[i]; } }
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
170get { return this.baseReader[i]; }
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
53get { return _innerReader[i]; }
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
293return _reader[index];
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
245return this.reader[index];
System.Runtime.Serialization (4)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
135public override string this[int i] { get { return IsXmlDataNode ? xmlNodeReader[i] : GetAttribute(i); } }
System\Runtime\Serialization\XmlSerializableReader.cs (1)
87public override string this[int i] { get { return InnerReader[i]; } }
System\Xml\XmlDictionaryReader.cs (1)
1612return reader[index];
System\Xml\XmlMtomReader.cs (1)
915return xmlReader[index];
System.Xml (2)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
371return coreReader[i];
System\Xml\Serialization\XmlCountingReader.cs (1)
51public override string this[int i] { get { return innerReader[i]; } }
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
74public override string this [ int i ] { get { return _reader[i]; } }