5 writes to IsTerminated
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
4741
IsTerminated
= true;
6452
dn.
IsTerminated
= true;
6518
dn.
IsTerminated
= true;
11005
dnf.
IsTerminated
= true;
System\Windows\Documents\XamlToRtfWriter.cs (1)
1162
dnCell.
IsTerminated
= true;
12 references to IsTerminated
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (11)
4735
if (!
IsTerminated
)
5714
if (
IsTerminated
)
5784
if (IsPending && !
IsTerminated
)
6438
Debug.Assert(!dn.
IsTerminated
);
6447
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
6499
Debug.Assert(!dn.
IsTerminated
);
6511
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
8208
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
8236
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
11292
Debug.Assert(!dnPara.
IsTerminated
);
11510
Debug.Assert(!dnTop.
IsTerminated
);
System\Windows\Documents\XamlToRtfWriter.cs (1)
1965
if (!dnThis.
IsTerminated
)