8 writes to IsPending
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (7)
6564
dnClose.
IsPending
= false;
6885
dnPa.
IsPending
= true;
6931
dnPa.
IsPending
= true;
8880
IsPending
= false
8896
IsPending
= false
11033
IsPending
= false, // Field start mark should not impact other tags open/close behavior
11544
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)
5150
Debug.Assert(dnRow != null && !dnRow.
IsPending
); // Row props attached when row is closed
5796
if (
IsPending
&& !IsTerminated)
5914
Debug.Assert(!
IsPending
);
5975
Debug.Assert(value == null || !value.
IsPending
);
6313
if (dn.
IsPending
)
6558
if (!dnClose.
IsPending
)
6587
if (!dnClose.
IsPending
)
6599
if (dn.
IsPending
)
6629
Debug.Assert(dnPa.
IsPending
|| (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.ChildCount));
6667
if (EntryAt(nAt).
IsPending
)
6686
if (dn.
IsPending
)
6719
if (dnPa.
IsPending
&& dnPa.Index < dn.Index)
6738
if (dn.
IsPending
)
6772
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnShape)
6782
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnList)
6817
if (dnCell != null && !dnCell.
IsPending
)
6824
if (dnShape != null && !dnShape.
IsPending
)
6875
if (dnShape != null && !dnShape.
IsPending
)
6904
if (dn.
IsPending
)
6961
if (dn.
IsPending
)
7145
if (!dnPa.
IsPending
)
9840
else if (dn.Type == DocumentNodeType.dnListText && !dn.
IsPending