8 writes to IsPending
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (7)
6550
dnClose.
IsPending
= false;
6870
dnPa.
IsPending
= true;
6916
dnPa.
IsPending
= true;
8857
dnEnd.
IsPending
= false;
8871
dnEnd.
IsPending
= false;
11004
dnf.
IsPending
= false; // Field start mark should not impact other tags open/close behavior
11512
dnTop.
IsPending
= false;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2469
dn.
IsPending
= false;
22 references to IsPending
PresentationFramework (22)
System\Windows\Documents\RtfToXamlReader.cs (22)
5142
Debug.Assert(dnRow != null && !dnRow.
IsPending
); // Row props attached when row is closed
5784
if (
IsPending
&& !IsTerminated)
5902
Debug.Assert(!
IsPending
);
5963
Debug.Assert(value == null || !value.
IsPending
);
6301
if (dn.
IsPending
)
6544
if (!dnClose.
IsPending
)
6573
if (!dnClose.
IsPending
)
6585
if (dn.
IsPending
)
6615
Debug.Assert(dnPa.
IsPending
|| (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.ChildCount));
6653
if (EntryAt(nAt).
IsPending
)
6672
if (dn.
IsPending
)
6705
if (dnPa.
IsPending
&& dnPa.Index < dn.Index)
6724
if (dn.
IsPending
)
6758
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnShape)
6768
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnList)
6803
if (dnCell != null && !dnCell.
IsPending
)
6810
if (dnShape != null && !dnShape.
IsPending
)
6860
if (dnShape != null && !dnShape.
IsPending
)
6889
if (dn.
IsPending
)
6946
if (dn.
IsPending
)
7130
if (!dnPa.
IsPending
)
9814
else if (dn.Type == DocumentNodeType.dnListText && !dn.
IsPending