21 references to dnRow
PresentationFramework (21)
System\Windows\Documents\RtfToXamlReader.cs (16)
5141DocumentNode dnRow = GetParentOfType(DocumentNodeType.dnRow); 5502if (dnRow.Type == DocumentNodeType.dnRow && this == dnRow.GetParentOfType(DocumentNodeType.dnTable)) 5517if (Type == DocumentNodeType.dnRow) 5526if (dnCell.Type == DocumentNodeType.dnCell && this == dnCell.GetParentOfType(DocumentNodeType.dnRow)) 5543DocumentNode dnRow = this.GetParentOfType(DocumentNodeType.dnRow); 5559if (dnCell.Type == DocumentNodeType.dnCell && dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow) 5683|| _type == DocumentNodeType.dnRow 6394else if (dn.Type == DocumentNodeType.dnRow) 6636case DocumentNodeType.dnRow: 6640Debug.Assert(dnPa != null && dnPa.Type == DocumentNodeType.dnRow); 6729|| dn.Type == DocumentNodeType.dnRow 6899|| dn.Type == DocumentNodeType.dnRow) 10003int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 11086int nRow = dna.FindPending(DocumentNodeType.dnRow, nTable); 11089DocumentNode dnRow = new DocumentNode(DocumentNodeType.dnRow); 11107DocumentNode dnRow = new DocumentNode(DocumentNodeType.dnRow);
System\Windows\Documents\XamlToRtfWriter.cs (5)
1709if (dnChild.Type == DocumentNodeType.dnRow) 1918case DocumentNodeType.dnRow: 1931if (dnThis.Type != DocumentNodeType.dnRow) 1961case DocumentNodeType.dnRow: 3767documentNodeType = DocumentNodeType.dnRow;