8 writes to IsPending
PresentationFramework (8)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
6633
dnClose.
IsPending
= false;
6953
dnPa.
IsPending
= true;
6999
dnPa.
IsPending
= true;
8950
dnEnd.
IsPending
= false;
8964
dnEnd.
IsPending
= false;
11098
dnf.
IsPending
= false; // Field start mark should not impact other tags open/close behavior
11612
dnTop.
IsPending
= false;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2471
dn.
IsPending
= false;
22 references to IsPending
PresentationFramework (22)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (22)
5205
Debug.Assert(dnRow != null && !dnRow.
IsPending
); // Row props attached when row is closed
5866
if (
IsPending
&& !IsTerminated)
5984
Debug.Assert(!
IsPending
);
6045
Debug.Assert(value == null || !value.
IsPending
);
6383
if (dn.
IsPending
)
6627
if (!dnClose.
IsPending
)
6656
if (!dnClose.
IsPending
)
6668
if (dn.
IsPending
)
6698
Debug.Assert(dnPa.
IsPending
|| (nAt > dnPa.Index && nAt <= dnPa.Index + dnPa.ChildCount));
6736
if (EntryAt(nAt).
IsPending
)
6755
if (dn.
IsPending
)
6788
if (dnPa.
IsPending
&& dnPa.Index < dn.Index)
6807
if (dn.
IsPending
)
6841
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnShape)
6851
if (dn.
IsPending
&& dn.Type == DocumentNodeType.dnList)
6886
if (dnCell != null && !dnCell.
IsPending
)
6893
if (dnShape != null && !dnShape.
IsPending
)
6943
if (dnShape != null && !dnShape.
IsPending
)
6972
if (dn.
IsPending
)
7029
if (dn.
IsPending
)
7213
if (!dnPa.
IsPending
)
9907
else if (dn.Type == DocumentNodeType.dnListText && !dn.
IsPending