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