8 writes to IsPending
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (7)
6551
dnClose.
IsPending
= false;
6871
dnPa.
IsPending
= true;
6917
dnPa.
IsPending
= true;
8858
dnEnd.
IsPending
= false;
8872
dnEnd.
IsPending
= false;
11005
dnf.
IsPending
= false; // Field start mark should not impact other tags open/close behavior
11513
dnTop.
IsPending
= false;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2470
dn.
IsPending
= false;
22 references to IsPending
PresentationFramework (22)
System\Windows\Documents\RtfToXamlReader.cs (22)
5143
Debug.Assert(dnRow != null && !dnRow.
IsPending
); // Row props attached when row is closed
5785
if (
IsPending
&& !IsTerminated)
5903
Debug.Assert(!
IsPending
);
5964
Debug.Assert(value == null || !value.
IsPending
);
6302
if (dn.
IsPending
)
6545
if (!dnClose.
IsPending
)
6574
if (!dnClose.
IsPending
)
6586
if (dn.
IsPending
)
6616
Debug.Assert(dnPa.
IsPending
|| (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.ChildCount));
6654
if (EntryAt(nAt).
IsPending
)
6673
if (dn.
IsPending
)
6706
if (dnPa.
IsPending
&& dnPa.Index < dn.Index)
6725
if (dn.
IsPending
)
6759
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnShape)
6769
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnList)
6804
if (dnCell != null && !dnCell.
IsPending
)
6811
if (dnShape != null && !dnShape.
IsPending
)
6861
if (dnShape != null && !dnShape.
IsPending
)
6890
if (dn.
IsPending
)
6947
if (dn.
IsPending
)
7131
if (!dnPa.
IsPending
)
9815
else if (dn.Type == DocumentNodeType.dnListText && !dn.
IsPending