21 references to dnRow
PresentationFramework (21)
System\Windows\Documents\RtfToXamlReader.cs (16)
5148DocumentNode dnRow = GetParentOfType(DocumentNodeType.dnRow); 5509if (dnRow.Type == DocumentNodeType.dnRow && this == dnRow.GetParentOfType(DocumentNodeType.dnTable)) 5524if (Type == DocumentNodeType.dnRow) 5533if (dnCell.Type == DocumentNodeType.dnCell && this == dnCell.GetParentOfType(DocumentNodeType.dnRow)) 5550DocumentNode dnRow = this.GetParentOfType(DocumentNodeType.dnRow); 5566if (dnCell.Type == DocumentNodeType.dnCell && dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow) 5694|| _type == DocumentNodeType.dnRow 6407else if (dn.Type == DocumentNodeType.dnRow) 6649case DocumentNodeType.dnRow: 6653Debug.Assert(dnPa != null && dnPa.Type == DocumentNodeType.dnRow); 6742|| dn.Type == DocumentNodeType.dnRow 6913|| dn.Type == DocumentNodeType.dnRow) 10032int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 11115int nRow = dna.FindPending(DocumentNodeType.dnRow, nTable); 11118DocumentNode dnRow = new DocumentNode(DocumentNodeType.dnRow); 11136DocumentNode dnRow = new DocumentNode(DocumentNodeType.dnRow);
System\Windows\Documents\XamlToRtfWriter.cs (5)
1707if (dnChild.Type == DocumentNodeType.dnRow) 1916case DocumentNodeType.dnRow: 1929if (dnThis.Type != DocumentNodeType.dnRow) 1959case DocumentNodeType.dnRow: 3765documentNodeType = DocumentNodeType.dnRow;