5 writes to IsContinue
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
786
IsContinue
= formatState.IsContinue;
10410
formatState.
IsContinue
= false;
10414
formatState.
IsContinue
= false;
10417
formatState.
IsContinue
= true;
11257
formatState.
IsContinue
= true;
8 references to IsContinue
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
786
IsContinue = formatState.
IsContinue
;
918
&&
IsContinue
== formatState.
IsContinue
11166
if (mlHave.EntryAt(i).VirtualListLevel < nVirtualListLevel || fs.
IsContinue
)
11177
if (fs.
IsContinue
)
11275
if (nLists == 0 && nLevel == 1 && formatState.
IsContinue
)
11638
if (!formatState.
IsContinue
)
11735
if (nLI >= 0 && !added && !formatState.
IsContinue
)