5 writes to IsContinue
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
787IsContinue = formatState.IsContinue; 10380formatState.IsContinue = false; 10384formatState.IsContinue = false; 10387formatState.IsContinue = true; 11228formatState.IsContinue = true;
8 references to IsContinue
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
787IsContinue = formatState.IsContinue; 919&& IsContinue == formatState.IsContinue 11137if (mlHave.EntryAt(i).VirtualListLevel < nVirtualListLevel || fs.IsContinue) 11148if (fs.IsContinue) 11246if (nLists == 0 && nLevel == 1 && formatState.IsContinue) 11605if (!formatState.IsContinue) 11702if (nLI >= 0 && !added && !formatState.IsContinue)