5 writes to IsContinue
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
785
IsContinue
= formatState.IsContinue;
10409
formatState.
IsContinue
= false;
10413
formatState.
IsContinue
= false;
10416
formatState.
IsContinue
= true;
11256
formatState.
IsContinue
= true;
8 references to IsContinue
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
785
IsContinue = formatState.
IsContinue
;
917
&&
IsContinue
== formatState.
IsContinue
11165
if (mlHave.EntryAt(i).VirtualListLevel < nVirtualListLevel || fs.
IsContinue
)
11176
if (fs.
IsContinue
)
11274
if (nLists == 0 && nLevel == 1 && formatState.
IsContinue
)
11637
if (!formatState.
IsContinue
)
11734
if (nLI >= 0 && !added && !formatState.
IsContinue
)