5 writes to IsContinue
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
785IsContinue = formatState.IsContinue; 10373formatState.IsContinue = false; 10377formatState.IsContinue = false; 10380formatState.IsContinue = true; 11124formatState.IsContinue = true;
8 references to IsContinue
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
785IsContinue = formatState.IsContinue; 917&& IsContinue == formatState.IsContinue 11033if (mlHave.EntryAt(i).VirtualListLevel < nVirtualListLevel || fs.IsContinue) 11044if (fs.IsContinue) 11142if (nLists == 0 && nLevel == 1 && formatState.IsContinue) 11505if (!formatState.IsContinue) 11602if (nLI >= 0 && !added && !formatState.IsContinue)