31 references to dnCell
PresentationFramework (31)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (20)
4784
else if (dn.Type == DocumentNodeType.
dnCell
)
5123
case DocumentNodeType.
dnCell
:
5543
DocumentNode dnCell = GetParentOfType(DocumentNodeType.
dnCell
);
5607
if (dnCell.Type == DocumentNodeType.
dnCell
&& this == dnCell.GetParentOfType(DocumentNodeType.dnRow))
5622
if (Type == DocumentNodeType.
dnCell
)
5640
if (dnCell.Type == DocumentNodeType.
dnCell
&& dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow)
5765
|| _type == DocumentNodeType.
dnCell
6721
case DocumentNodeType.
dnCell
:
6776
return CountOpenNodes(DocumentNodeType.
dnCell
);
6812
|| dn.Type == DocumentNodeType.
dnCell
)
6877
if (dn.Type == DocumentNodeType.
dnCell
|| dn.Type == DocumentNodeType.dnTable)
6885
DocumentNode dnCell = dn.GetParentOfType(DocumentNodeType.
dnCell
);
6974
if (dn.Type == DocumentNodeType.
dnCell
)
6995
if (ddn.Type == DocumentNodeType.
dnCell
&& ddn.GetParentOfType(dn.Type) == dn)
10043
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
10066
if (scope != DocumentNodeType.
dnCell
|| nOpenCells < 2)
10072
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
11188
int nCell = dna.FindPending(DocumentNodeType.
dnCell
, nRow);
11191
DocumentNode dnCell = new DocumentNode(DocumentNodeType.
dnCell
);
11202
DocumentNode dnCell = new DocumentNode(DocumentNodeType.
dnCell
);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (11)
371
if (dnParent.Type == DocumentNodeType.
dnCell
)
477
if (dnParent.Type == DocumentNodeType.
dnCell
)
1163
DocumentNode dnCell = dnThis.GetParentOfType(DocumentNodeType.
dnCell
);
1770
DocumentNode dnNew = new DocumentNode(DocumentNodeType.
dnCell
);
1828
DocumentNode dnNew = new DocumentNode(DocumentNodeType.
dnCell
);
1871
bool nested = dnThis.GetParentOfType(DocumentNodeType.
dnCell
) != null;
1924
case DocumentNodeType.
dnCell
:
1967
case DocumentNodeType.
dnCell
:
3028
if (documentNode.Type == DocumentNodeType.
dnCell
)
3042
if (documentNode.Type == DocumentNodeType.
dnCell
)
3778
documentNodeType = DocumentNodeType.
dnCell
;