5 writes to IsTerminated
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
4740
IsTerminated
= true;
6457
dn.
IsTerminated
= true;
6523
dn.
IsTerminated
= true;
10902
IsTerminated
= true
System\Windows\Documents\XamlToRtfWriter.cs (1)
1161
dnCell.
IsTerminated
= true;
12 references to IsTerminated
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (11)
4734
if (!
IsTerminated
)
5717
if (
IsTerminated
)
5787
if (IsPending && !
IsTerminated
)
6443
Debug.Assert(!dn.
IsTerminated
);
6452
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
6504
Debug.Assert(!dn.
IsTerminated
);
6516
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
8216
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
8244
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
11190
Debug.Assert(!dnPara.
IsTerminated
);
11410
Debug.Assert(!dnTop.
IsTerminated
);
System\Windows\Documents\XamlToRtfWriter.cs (1)
1964
if (!dnThis.
IsTerminated
)