5 writes to IsTerminated
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
4749
IsTerminated
= true;
6466
dn.
IsTerminated
= true;
6532
dn.
IsTerminated
= true;
11034
IsTerminated
= true
System\Windows\Documents\XamlToRtfWriter.cs (1)
1161
dnCell.
IsTerminated
= true;
12 references to IsTerminated
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (11)
4743
if (!
IsTerminated
)
5726
if (
IsTerminated
)
5796
if (IsPending && !
IsTerminated
)
6452
Debug.Assert(!dn.
IsTerminated
);
6461
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
6513
Debug.Assert(!dn.
IsTerminated
);
6525
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
8225
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
8253
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
11322
Debug.Assert(!dnPara.
IsTerminated
);
11542
Debug.Assert(!dnTop.
IsTerminated
);
System\Windows\Documents\XamlToRtfWriter.cs (1)
1964
if (!dnThis.
IsTerminated
)