21 references to dnRow
PresentationFramework (21)
System\Windows\Documents\RtfToXamlReader.cs (16)
5139DocumentNode dnRow = GetParentOfType(DocumentNodeType.dnRow); 5500if (dnRow.Type == DocumentNodeType.dnRow && this == dnRow.GetParentOfType(DocumentNodeType.dnTable)) 5515if (Type == DocumentNodeType.dnRow) 5524if (dnCell.Type == DocumentNodeType.dnCell && this == dnCell.GetParentOfType(DocumentNodeType.dnRow)) 5541DocumentNode dnRow = this.GetParentOfType(DocumentNodeType.dnRow); 5557if (dnCell.Type == DocumentNodeType.dnCell && dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow) 5685|| _type == DocumentNodeType.dnRow 6398else if (dn.Type == DocumentNodeType.dnRow) 6640case DocumentNodeType.dnRow: 6644Debug.Assert(dnPa != null && dnPa.Type == DocumentNodeType.dnRow); 6733|| dn.Type == DocumentNodeType.dnRow 6904|| dn.Type == DocumentNodeType.dnRow) 10017int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 10983int nRow = dna.FindPending(DocumentNodeType.dnRow, nTable); 10986DocumentNode dnRow = new DocumentNode(DocumentNodeType.dnRow); 11004DocumentNode 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;