5 writes to IsContinue
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
808IsContinue = formatState.IsContinue; 10472formatState.IsContinue = false; 10476formatState.IsContinue = false; 10479formatState.IsContinue = true; 11321formatState.IsContinue = true;
8 references to IsContinue
PresentationFramework (8)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (8)
808IsContinue = formatState.IsContinue; 940&& IsContinue == formatState.IsContinue 11230if (mlHave.EntryAt(i).VirtualListLevel < nVirtualListLevel || fs.IsContinue) 11241if (fs.IsContinue) 11339if (nLists == 0 && nLevel == 1 && formatState.IsContinue) 11704if (!formatState.IsContinue) 11801if (nLI >= 0 && !added && !formatState.IsContinue)