5 writes to IsContinue
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
785IsContinue = formatState.IsContinue; 10409formatState.IsContinue = false; 10413formatState.IsContinue = false; 10416formatState.IsContinue = true; 11256formatState.IsContinue = true;
8 references to IsContinue
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
785IsContinue = formatState.IsContinue; 917&& IsContinue == formatState.IsContinue 11165if (mlHave.EntryAt(i).VirtualListLevel < nVirtualListLevel || fs.IsContinue) 11176if (fs.IsContinue) 11274if (nLists == 0 && nLevel == 1 && formatState.IsContinue) 11637if (!formatState.IsContinue) 11734if (nLI >= 0 && !added && !formatState.IsContinue)