31 references to dnCell
PresentationFramework (31)
System\Windows\Documents\RtfToXamlReader.cs (20)
4724
else if (dn.Type == DocumentNodeType.
dnCell
)
5061
case DocumentNodeType.
dnCell
:
5462
DocumentNode dnCell = GetParentOfType(DocumentNodeType.
dnCell
);
5526
if (dnCell.Type == DocumentNodeType.
dnCell
&& this == dnCell.GetParentOfType(DocumentNodeType.dnRow))
5541
if (Type == DocumentNodeType.
dnCell
)
5559
if (dnCell.Type == DocumentNodeType.
dnCell
&& dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow)
5684
|| _type == DocumentNodeType.
dnCell
6639
case DocumentNodeType.
dnCell
:
6694
return CountOpenNodes(DocumentNodeType.
dnCell
);
6730
|| dn.Type == DocumentNodeType.
dnCell
)
6795
if (dn.Type == DocumentNodeType.
dnCell
|| dn.Type == DocumentNodeType.dnTable)
6803
DocumentNode dnCell = dn.GetParentOfType(DocumentNodeType.
dnCell
);
6892
if (dn.Type == DocumentNodeType.
dnCell
)
6913
if (ddn.Type == DocumentNodeType.
dnCell
&& ddn.GetParentOfType(dn.Type) == dn)
9951
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
9974
if (scope != DocumentNodeType.
dnCell
|| nOpenCells < 2)
9980
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
11094
int nCell = dna.FindPending(DocumentNodeType.
dnCell
, nRow);
11097
DocumentNode dnCell = new DocumentNode(DocumentNodeType.
dnCell
);
11108
DocumentNode dnCell = new DocumentNode(DocumentNodeType.
dnCell
);
System\Windows\Documents\XamlToRtfWriter.cs (11)
370
if (dnParent.Type == DocumentNodeType.
dnCell
)
476
if (dnParent.Type == DocumentNodeType.
dnCell
)
1162
DocumentNode dnCell = dnThis.GetParentOfType(DocumentNodeType.
dnCell
);
1768
DocumentNode dnNew = new DocumentNode(DocumentNodeType.
dnCell
);
1826
DocumentNode dnNew = new DocumentNode(DocumentNodeType.
dnCell
);
1869
bool nested = dnThis.GetParentOfType(DocumentNodeType.
dnCell
) != null;
1922
case DocumentNodeType.
dnCell
:
1965
case DocumentNodeType.
dnCell
:
3022
if (documentNode.Type == DocumentNodeType.
dnCell
)
3036
if (documentNode.Type == DocumentNodeType.
dnCell
)
3771
documentNodeType = DocumentNodeType.
dnCell
;