5 writes to IsContinue
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
786
IsContinue
= formatState.IsContinue;
10378
formatState.
IsContinue
= false;
10382
formatState.
IsContinue
= false;
10385
formatState.
IsContinue
= true;
11226
formatState.
IsContinue
= true;
8 references to IsContinue
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
786
IsContinue = formatState.
IsContinue
;
918
&&
IsContinue
== formatState.
IsContinue
11135
if (mlHave.EntryAt(i).VirtualListLevel < nVirtualListLevel || fs.
IsContinue
)
11146
if (fs.
IsContinue
)
11244
if (nLists == 0 && nLevel == 1 && formatState.
IsContinue
)
11603
if (!formatState.
IsContinue
)
11700
if (nLI >= 0 && !added && !formatState.
IsContinue
)