31 references to dnCell
PresentationFramework (31)
System\Windows\Documents\RtfToXamlReader.cs (20)
4732
else if (dn.Type == DocumentNodeType.
dnCell
)
5069
case DocumentNodeType.
dnCell
:
5470
DocumentNode dnCell = GetParentOfType(DocumentNodeType.
dnCell
);
5534
if (dnCell.Type == DocumentNodeType.
dnCell
&& this == dnCell.GetParentOfType(DocumentNodeType.dnRow))
5549
if (Type == DocumentNodeType.
dnCell
)
5567
if (dnCell.Type == DocumentNodeType.
dnCell
&& dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow)
5696
|| _type == DocumentNodeType.
dnCell
6653
case DocumentNodeType.
dnCell
:
6708
return CountOpenNodes(DocumentNodeType.
dnCell
);
6744
|| dn.Type == DocumentNodeType.
dnCell
)
6809
if (dn.Type == DocumentNodeType.
dnCell
|| dn.Type == DocumentNodeType.dnTable)
6817
DocumentNode dnCell = dn.GetParentOfType(DocumentNodeType.
dnCell
);
6907
if (dn.Type == DocumentNodeType.
dnCell
)
6928
if (ddn.Type == DocumentNodeType.
dnCell
&& ddn.GetParentOfType(dn.Type) == dn)
9981
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
10004
if (scope != DocumentNodeType.
dnCell
|| nOpenCells < 2)
10010
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
11124
int nCell = dna.FindPending(DocumentNodeType.
dnCell
, nRow);
11127
DocumentNode dnCell = new DocumentNode(DocumentNodeType.
dnCell
);
11138
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
;