31 references to dnCell
PresentationFramework (31)
System\Windows\Documents\RtfToXamlReader.cs (20)
4723
else if (dn.Type == DocumentNodeType.
dnCell
)
5060
case DocumentNodeType.
dnCell
:
5461
DocumentNode dnCell = GetParentOfType(DocumentNodeType.
dnCell
);
5525
if (dnCell.Type == DocumentNodeType.
dnCell
&& this == dnCell.GetParentOfType(DocumentNodeType.dnRow))
5540
if (Type == DocumentNodeType.
dnCell
)
5558
if (dnCell.Type == DocumentNodeType.
dnCell
&& dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow)
5683
|| _type == DocumentNodeType.
dnCell
6638
case DocumentNodeType.
dnCell
:
6693
return CountOpenNodes(DocumentNodeType.
dnCell
);
6729
|| dn.Type == DocumentNodeType.
dnCell
)
6794
if (dn.Type == DocumentNodeType.
dnCell
|| dn.Type == DocumentNodeType.dnTable)
6802
DocumentNode dnCell = dn.GetParentOfType(DocumentNodeType.
dnCell
);
6891
if (dn.Type == DocumentNodeType.
dnCell
)
6912
if (ddn.Type == DocumentNodeType.
dnCell
&& ddn.GetParentOfType(dn.Type) == dn)
9950
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
9973
if (scope != DocumentNodeType.
dnCell
|| nOpenCells < 2)
9979
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
11093
int nCell = dna.FindPending(DocumentNodeType.
dnCell
, nRow);
11096
DocumentNode dnCell = new DocumentNode(DocumentNodeType.
dnCell
);
11107
DocumentNode dnCell = new DocumentNode(DocumentNodeType.
dnCell
);
System\Windows\Documents\XamlToRtfWriter.cs (11)
369
if (dnParent.Type == DocumentNodeType.
dnCell
)
475
if (dnParent.Type == DocumentNodeType.
dnCell
)
1161
DocumentNode dnCell = dnThis.GetParentOfType(DocumentNodeType.
dnCell
);
1767
DocumentNode dnNew = new DocumentNode(DocumentNodeType.
dnCell
);
1825
DocumentNode dnNew = new DocumentNode(DocumentNodeType.
dnCell
);
1868
bool nested = dnThis.GetParentOfType(DocumentNodeType.
dnCell
) != null;
1921
case DocumentNodeType.
dnCell
:
1964
case DocumentNodeType.
dnCell
:
3021
if (documentNode.Type == DocumentNodeType.
dnCell
)
3035
if (documentNode.Type == DocumentNodeType.
dnCell
)
3770
documentNodeType = DocumentNodeType.
dnCell
;