5 writes to IsTerminated
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
4742
IsTerminated
= true;
6453
dn.
IsTerminated
= true;
6519
dn.
IsTerminated
= true;
11006
dnf.
IsTerminated
= true;
System\Windows\Documents\XamlToRtfWriter.cs (1)
1163
dnCell.
IsTerminated
= true;
12 references to IsTerminated
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (11)
4736
if (!
IsTerminated
)
5715
if (
IsTerminated
)
5785
if (IsPending && !
IsTerminated
)
6439
Debug.Assert(!dn.
IsTerminated
);
6448
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
6500
Debug.Assert(!dn.
IsTerminated
);
6512
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
8209
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
8237
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
11293
Debug.Assert(!dnPara.
IsTerminated
);
11511
Debug.Assert(!dnTop.
IsTerminated
);
System\Windows\Documents\XamlToRtfWriter.cs (1)
1966
if (!dnThis.
IsTerminated
)