21 references to dnRow
PresentationFramework (21)
System\Windows\Documents\RtfToXamlReader.cs (16)
5140DocumentNode dnRow = GetParentOfType(DocumentNodeType.dnRow); 5501if (dnRow.Type == DocumentNodeType.dnRow && this == dnRow.GetParentOfType(DocumentNodeType.dnTable)) 5516if (Type == DocumentNodeType.dnRow) 5525if (dnCell.Type == DocumentNodeType.dnCell && this == dnCell.GetParentOfType(DocumentNodeType.dnRow)) 5542DocumentNode dnRow = this.GetParentOfType(DocumentNodeType.dnRow); 5558if (dnCell.Type == DocumentNodeType.dnCell && dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow) 5682|| _type == DocumentNodeType.dnRow 6393else if (dn.Type == DocumentNodeType.dnRow) 6635case DocumentNodeType.dnRow: 6639Debug.Assert(dnPa != null && dnPa.Type == DocumentNodeType.dnRow); 6728|| dn.Type == DocumentNodeType.dnRow 6898|| dn.Type == DocumentNodeType.dnRow) 10002int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 11085int nRow = dna.FindPending(DocumentNodeType.dnRow, nTable); 11088DocumentNode dnRow = new DocumentNode(DocumentNodeType.dnRow); 11106DocumentNode dnRow = new DocumentNode(DocumentNodeType.dnRow);
System\Windows\Documents\XamlToRtfWriter.cs (5)
1708if (dnChild.Type == DocumentNodeType.dnRow) 1917case DocumentNodeType.dnRow: 1930if (dnThis.Type != DocumentNodeType.dnRow) 1960case DocumentNodeType.dnRow: 3766documentNodeType = DocumentNodeType.dnRow;