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