5 writes to IsContinue
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
785IsContinue = formatState.IsContinue; 10370formatState.IsContinue = false; 10374formatState.IsContinue = false; 10377formatState.IsContinue = true; 11121formatState.IsContinue = true;
8 references to IsContinue
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
785IsContinue = formatState.IsContinue; 917&& IsContinue == formatState.IsContinue 11030if (mlHave.EntryAt(i).VirtualListLevel < nVirtualListLevel || fs.IsContinue) 11041if (fs.IsContinue) 11139if (nLists == 0 && nLevel == 1 && formatState.IsContinue) 11502if (!formatState.IsContinue) 11599if (nLI >= 0 && !added && !formatState.IsContinue)