5 writes to IsTerminated
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
4804
IsTerminated
= true;
6535
dn.
IsTerminated
= true;
6601
dn.
IsTerminated
= true;
11099
dnf.
IsTerminated
= true;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1164
dnCell.
IsTerminated
= true;
12 references to IsTerminated
PresentationFramework (12)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (11)
4796
if (!
IsTerminated
)
5796
if (
IsTerminated
)
5866
if (IsPending && !
IsTerminated
)
6521
Debug.Assert(!dn.
IsTerminated
);
6530
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
6582
Debug.Assert(!dn.
IsTerminated
);
6594
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
8291
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
8322
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
11387
Debug.Assert(!dnPara.
IsTerminated
);
11610
Debug.Assert(!dnTop.
IsTerminated
);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1968
if (!dnThis.
IsTerminated
)