31 references to dnCell
PresentationFramework (31)
System\Windows\Documents\RtfToXamlReader.cs (20)
4731
else if (dn.Type == DocumentNodeType.
dnCell
)
5068
case DocumentNodeType.
dnCell
:
5469
DocumentNode dnCell = GetParentOfType(DocumentNodeType.
dnCell
);
5533
if (dnCell.Type == DocumentNodeType.
dnCell
&& this == dnCell.GetParentOfType(DocumentNodeType.dnRow))
5548
if (Type == DocumentNodeType.
dnCell
)
5566
if (dnCell.Type == DocumentNodeType.
dnCell
&& dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow)
5695
|| _type == DocumentNodeType.
dnCell
6652
case DocumentNodeType.
dnCell
:
6707
return CountOpenNodes(DocumentNodeType.
dnCell
);
6743
|| dn.Type == DocumentNodeType.
dnCell
)
6808
if (dn.Type == DocumentNodeType.
dnCell
|| dn.Type == DocumentNodeType.dnTable)
6816
DocumentNode dnCell = dn.GetParentOfType(DocumentNodeType.
dnCell
);
6906
if (dn.Type == DocumentNodeType.
dnCell
)
6927
if (ddn.Type == DocumentNodeType.
dnCell
&& ddn.GetParentOfType(dn.Type) == dn)
9980
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
10003
if (scope != DocumentNodeType.
dnCell
|| nOpenCells < 2)
10009
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
11123
int nCell = dna.FindPending(DocumentNodeType.
dnCell
, nRow);
11126
DocumentNode dnCell = new DocumentNode(DocumentNodeType.
dnCell
);
11137
DocumentNode dnCell = new DocumentNode(DocumentNodeType.
dnCell
);
System\Windows\Documents\XamlToRtfWriter.cs (11)
368
if (dnParent.Type == DocumentNodeType.
dnCell
)
474
if (dnParent.Type == DocumentNodeType.
dnCell
)
1160
DocumentNode dnCell = dnThis.GetParentOfType(DocumentNodeType.
dnCell
);
1766
DocumentNode dnNew = new DocumentNode(DocumentNodeType.
dnCell
);
1824
DocumentNode dnNew = new DocumentNode(DocumentNodeType.
dnCell
);
1867
bool nested = dnThis.GetParentOfType(DocumentNodeType.
dnCell
) != null;
1920
case DocumentNodeType.
dnCell
:
1963
case DocumentNodeType.
dnCell
:
3020
if (documentNode.Type == DocumentNodeType.
dnCell
)
3034
if (documentNode.Type == DocumentNodeType.
dnCell
)
3769
documentNodeType = DocumentNodeType.
dnCell
;