5 writes to IsTerminated
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (4)
4750
IsTerminated
= true;
6467
dn.
IsTerminated
= true;
6533
dn.
IsTerminated
= true;
11035
IsTerminated
= true
System\Windows\Documents\XamlToRtfWriter.cs (1)
1162
dnCell.
IsTerminated
= true;
12 references to IsTerminated
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (11)
4744
if (!
IsTerminated
)
5727
if (
IsTerminated
)
5797
if (IsPending && !
IsTerminated
)
6453
Debug.Assert(!dn.
IsTerminated
);
6462
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
6514
Debug.Assert(!dn.
IsTerminated
);
6526
Debug.Assert(dnChild.ChildCount == 0 && dnChild.
IsTerminated
);
8226
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
8254
if (dn.Type == DocumentNodeType.dnParagraph && !dn.
IsTerminated
)
11323
Debug.Assert(!dnPara.
IsTerminated
);
11543
Debug.Assert(!dnTop.
IsTerminated
);
System\Windows\Documents\XamlToRtfWriter.cs (1)
1965
if (!dnThis.
IsTerminated
)