8 writes to IsPending
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (7)
6565
dnClose.
IsPending
= false;
6886
dnPa.
IsPending
= true;
6932
dnPa.
IsPending
= true;
8881
IsPending
= false
8897
IsPending
= false
11034
IsPending
= false, // Field start mark should not impact other tags open/close behavior
11545
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)
5151
Debug.Assert(dnRow != null && !dnRow.
IsPending
); // Row props attached when row is closed
5797
if (
IsPending
&& !IsTerminated)
5915
Debug.Assert(!
IsPending
);
5976
Debug.Assert(value == null || !value.
IsPending
);
6314
if (dn.
IsPending
)
6559
if (!dnClose.
IsPending
)
6588
if (!dnClose.
IsPending
)
6600
if (dn.
IsPending
)
6630
Debug.Assert(dnPa.
IsPending
|| (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.ChildCount));
6668
if (EntryAt(nAt).
IsPending
)
6687
if (dn.
IsPending
)
6720
if (dnPa.
IsPending
&& dnPa.Index < dn.Index)
6739
if (dn.
IsPending
)
6773
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnShape)
6783
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnList)
6818
if (dnCell != null && !dnCell.
IsPending
)
6825
if (dnShape != null && !dnShape.
IsPending
)
6876
if (dnShape != null && !dnShape.
IsPending
)
6905
if (dn.
IsPending
)
6962
if (dn.
IsPending
)
7146
if (!dnPa.
IsPending
)
9841
else if (dn.Type == DocumentNodeType.dnListText && !dn.
IsPending