8 writes to IsPending
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (7)
6555
dnClose.
IsPending
= false;
6876
dnPa.
IsPending
= true;
6922
dnPa.
IsPending
= true;
8871
IsPending
= false
8887
IsPending
= false
10901
IsPending
= false, // Field start mark should not impact other tags open/close behavior
11412
dnTop.
IsPending
= false;
System\Windows\Documents\XamlToRtfWriter.cs (1)
2468
dn.
IsPending
= false;
22 references to IsPending
PresentationFramework (22)
System\Windows\Documents\RtfToXamlReader.cs (22)
5141
Debug.Assert(dnRow != null && !dnRow.
IsPending
); // Row props attached when row is closed
5787
if (
IsPending
&& !IsTerminated)
5905
Debug.Assert(!
IsPending
);
5966
Debug.Assert(value == null || !value.
IsPending
);
6304
if (dn.
IsPending
)
6549
if (!dnClose.
IsPending
)
6578
if (!dnClose.
IsPending
)
6590
if (dn.
IsPending
)
6620
Debug.Assert(dnPa.
IsPending
|| (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.ChildCount));
6658
if (EntryAt(nAt).
IsPending
)
6677
if (dn.
IsPending
)
6710
if (dnPa.
IsPending
&& dnPa.Index < dn.Index)
6729
if (dn.
IsPending
)
6763
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnShape)
6773
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnList)
6808
if (dnCell != null && !dnCell.
IsPending
)
6815
if (dnShape != null && !dnShape.
IsPending
)
6866
if (dnShape != null && !dnShape.
IsPending
)
6895
if (dn.
IsPending
)
6952
if (dn.
IsPending
)
7136
if (!dnPa.
IsPending
)
9825
else if (dn.Type == DocumentNodeType.dnListText && !dn.
IsPending