5 writes to IsContinue
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
787
IsContinue
= formatState.IsContinue;
10379
formatState.
IsContinue
= false;
10383
formatState.
IsContinue
= false;
10386
formatState.
IsContinue
= true;
11227
formatState.
IsContinue
= true;
8 references to IsContinue
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
787
IsContinue = formatState.
IsContinue
;
919
&&
IsContinue
== formatState.
IsContinue
11136
if (mlHave.EntryAt(i).VirtualListLevel < nVirtualListLevel || fs.
IsContinue
)
11147
if (fs.
IsContinue
)
11245
if (nLists == 0 && nLevel == 1 && formatState.
IsContinue
)
11604
if (!formatState.
IsContinue
)
11701
if (nLI >= 0 && !added && !formatState.
IsContinue
)