125 references to Interactive
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
569_readState = ReadState.Interactive;
System.Data.SqlXml (8)
System\Xml\Xsl\Xslt\XsltInput.cs (3)
98if (reader.ReadState != ReadState.Interactive) { 108if (reader.ReadState == ReadState.Interactive) { 147while (reader.ReadState == ReadState.Interactive) {
System\Xml\Xsl\XsltOld\ReaderOutput.cs (5)
267if (this.state != ReadState.Interactive) { 269state = ReadState.Interactive; 370if (ReadState == ReadState.Interactive) { 399if (ReadState == ReadState.Interactive) { 462if (ReadState != ReadState.Interactive || NodeType != XmlNodeType.Attribute) {
System.Runtime.Serialization (29)
System\Runtime\Serialization\ExtensionDataReader.cs (2)
256if (ReadState != ReadState.Interactive) 355readState = ReadState.Interactive;
System\Xml\XmlBaseReader.cs (11)
1838if (node.ReadState != ReadState.Interactive) 2492ReadState.Interactive, 2536ReadState.Interactive, 2551ReadState.Interactive, 2582ReadState.Interactive, 2597ReadState.Interactive, 2612ReadState.Interactive, 2627ReadState.Interactive, 2642ReadState.Interactive, 2672ReadState.Interactive, 2687ReadState.Interactive,
System\Xml\XmlDictionaryReader.cs (1)
485if (this.ReadState != ReadState.Interactive)
System\Xml\XmlMtomReader.cs (15)
881if (xmlReader.ReadState != ReadState.Interactive && infosetReader != null) 1118return (readState == ReadState.Interactive) ? nodeType : parentReader.NodeType; 1128readState = ReadState.Interactive; 1131case ReadState.Interactive: 1186if (readState == ReadState.Interactive) 1230if (readState == ReadState.Interactive) 1320if (readState != ReadState.Interactive) 1338if (readState != ReadState.Interactive) 1450return (readState == ReadState.Interactive) ? parentReader.Depth + 1 : parentReader.Depth; 1486get { return readState == ReadState.Interactive; } 1548return (readState == ReadState.Interactive) ? String.Empty : parentReader.LocalName; 1590return (readState == ReadState.Interactive) ? String.Empty : parentReader.Name; 1598return (readState == ReadState.Interactive) ? String.Empty : parentReader.NamespaceURI; 1611return (readState == ReadState.Interactive) ? String.Empty : parentReader.Prefix; 1683return (readState == ReadState.Interactive) ? typeof(byte[]) : parentReader.ValueType;
System.ServiceModel (1)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
185while (reader.Depth >= 1 && reader.ReadState == ReadState.Interactive)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamReader.cs (1)
156return ReadState.Interactive;
System.Xml (78)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
50ReadState.Interactive, 51ReadState.Interactive, 52ReadState.Interactive, 53ReadState.Interactive, 54ReadState.Interactive,
System\Xml\Core\XmlCharCheckingReader.cs (4)
344if (ReadState != ReadState.Interactive) { 380if (ReadState != ReadState.Interactive) { 430if (ReadState != ReadState.Interactive) { 479if (ReadState != ReadState.Interactive) {
System\Xml\Core\XmlCharCheckingReaderAsync.cs (4)
184if (ReadState != ReadState.Interactive) { 220if (ReadState != ReadState.Interactive) { 270if (ReadState != ReadState.Interactive) { 319if (ReadState != ReadState.Interactive) {
System\Xml\Core\XmlReader.cs (4)
613if (ReadState != ReadState.Interactive) { 685if (this.ReadState != ReadState.Interactive) { 1049if (ReadState != ReadState.Interactive) { 1144if (ReadState != ReadState.Interactive) {
System\Xml\Core\XmlReaderAsync.cs (3)
121if (ReadState != ReadState.Interactive) { 178if (ReadState != ReadState.Interactive) { 259if (ReadState != ReadState.Interactive) {
System\Xml\Core\XmlSubtreeReader.cs (3)
46Interactive = ReadState.Interactive, 189return ReadState.Interactive; 490reader.ReadState != ReadState.Interactive );
System\Xml\Core\XmlSubtreeReaderAsync.cs (1)
111reader.ReadState != ReadState.Interactive );
System\Xml\Core\XmlTextReaderImpl.cs (10)
1175readState = ReadState.Interactive; 1179readState = ReadState.Interactive; 1287if ( readState != ReadState.Interactive ) 1357if ( readState != ReadState.Interactive || curAttrIndex < 0 ) { 1540if ( readState != ReadState.Interactive ) { 1588if ( readState != ReadState.Interactive ) { 1635if ( readState != ReadState.Interactive ) { 1683if ( readState != ReadState.Interactive ) { 1733if ( readState != ReadState.Interactive ) { 1915return ( readState == ReadState.Interactive ) ? reportedEncoding : null;
System\Xml\Core\XmlTextReaderImplAsync.cs (8)
166readState = ReadState.Interactive; 260readState = ReadState.Interactive; 291if ( readState != ReadState.Interactive ) 387if ( readState != ReadState.Interactive ) { 442if ( readState != ReadState.Interactive ) { 505if ( readState != ReadState.Interactive ) { 560if ( readState != ReadState.Interactive ) { 605if ( readState != ReadState.Interactive ) {
System\Xml\Core\XmlValidatingReaderImpl.cs (5)
477if ( coreReader.ReadState == ReadState.Interactive ) { 529if ( ReadState != ReadState.Interactive ) { 550if ( ReadState != ReadState.Interactive ) { 571if ( ReadState != ReadState.Interactive ) { 592if ( ReadState != ReadState.Interactive ) {
System\Xml\Core\XmlValidatingReaderImplAsync.cs (5)
46if ( coreReader.ReadState == ReadState.Interactive ) { 68if ( ReadState != ReadState.Interactive ) { 89if ( ReadState != ReadState.Interactive ) { 110if ( ReadState != ReadState.Interactive ) { 131if ( ReadState != ReadState.Interactive ) {
System\Xml\Core\XsdValidatingReader.cs (5)
1138if (coreReader.ReadState == ReadState.Interactive) { //If the underlying reader is already positioned on a ndoe, process it 1246if (ReadState != ReadState.Interactive) { 1269if (ReadState != ReadState.Interactive) { 1292if (ReadState != ReadState.Interactive) { 1315if (ReadState != ReadState.Interactive) {
System\Xml\Core\XsdValidatingReaderAsync.cs (5)
259if (coreReader.ReadState == ReadState.Interactive) { //If the underlying reader is already positioned on a ndoe, process it 306if (ReadState != ReadState.Interactive) { 329if (ReadState != ReadState.Interactive) { 352if (ReadState != ReadState.Interactive) { 375if (ReadState != ReadState.Interactive) {
System\Xml\Dom\XmlLoader.cs (2)
44if ( this.reader.ReadState != ReadState.Interactive ) { 76if( reader.ReadState == ReadState.Interactive ) {
System\Xml\Dom\XmlNodeReader.cs (8)
985return ( readState == ReadState.Interactive ); // || readState == ReadState.EndOfFile 1290readState = ReadState.Interactive; 1309if ( readState == ReadState.Initial || readState == ReadState.Interactive ) 1318if ( readState != ReadState.Interactive && readState != ReadState.Initial ) { 1523if ( readState != ReadState.Interactive ) { 1544if ( readState != ReadState.Interactive ) { 1565if ( readState != ReadState.Interactive ) { 1586if ( readState != ReadState.Interactive ) {
System\Xml\XPath\XPathNavigator.cs (1)
1786&& readState != ReadState.Interactive) {
System\Xml\XPath\XPathNavigatorReader.cs (5)
696return ReadState.Interactive; 732if ( ReadState != ReadState.Interactive ) { 755if ( ReadState != ReadState.Interactive ) { 778if ( ReadState != ReadState.Interactive ) { 801if ( ReadState != ReadState.Interactive ) {
System.Xml.Linq (7)
System\Xml\Linq\XLinq.cs (7)
1831if (reader.ReadState != ReadState.Interactive) throw new InvalidOperationException(Res.GetString(Res.InvalidOperation_ExpectedInteractive)); 3029if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(Res.GetString(Res.InvalidOperation_ExpectedInteractive)); 3093if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(Res.GetString(Res.InvalidOperation_ExpectedInteractive)); 5067if (r.ReadState != ReadState.Interactive) throw new InvalidOperationException(Res.GetString(Res.InvalidOperation_ExpectedInteractive)); 8718state = ReadState.Interactive; 8724case ReadState.Interactive: 8925get { return state == ReadState.Interactive; }