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