31 references to dnCell
PresentationFramework (31)
System\Windows\Documents\RtfToXamlReader.cs (20)
4722
else if (dn.Type == DocumentNodeType.
dnCell
)
5059
case DocumentNodeType.
dnCell
:
5460
DocumentNode dnCell = GetParentOfType(DocumentNodeType.
dnCell
);
5524
if (dnCell.Type == DocumentNodeType.
dnCell
&& this == dnCell.GetParentOfType(DocumentNodeType.dnRow))
5539
if (Type == DocumentNodeType.
dnCell
)
5557
if (dnCell.Type == DocumentNodeType.
dnCell
&& dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow)
5686
|| _type == DocumentNodeType.
dnCell
6643
case DocumentNodeType.
dnCell
:
6698
return CountOpenNodes(DocumentNodeType.
dnCell
);
6734
|| dn.Type == DocumentNodeType.
dnCell
)
6799
if (dn.Type == DocumentNodeType.
dnCell
|| dn.Type == DocumentNodeType.dnTable)
6807
DocumentNode dnCell = dn.GetParentOfType(DocumentNodeType.
dnCell
);
6897
if (dn.Type == DocumentNodeType.
dnCell
)
6918
if (ddn.Type == DocumentNodeType.
dnCell
&& ddn.GetParentOfType(dn.Type) == dn)
9965
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
9988
if (scope != DocumentNodeType.
dnCell
|| nOpenCells < 2)
9994
nCellAt = dna.FindPending(DocumentNodeType.
dnCell
);
10991
int nCell = dna.FindPending(DocumentNodeType.
dnCell
, nRow);
10994
DocumentNode dnCell = new DocumentNode(DocumentNodeType.
dnCell
);
11005
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
;