21 references to dnRow
PresentationFramework (21)
System\Windows\Documents\RtfToXamlReader.cs (16)
5149DocumentNode dnRow = GetParentOfType(DocumentNodeType.dnRow); 5510if (dnRow.Type == DocumentNodeType.dnRow && this == dnRow.GetParentOfType(DocumentNodeType.dnTable)) 5525if (Type == DocumentNodeType.dnRow) 5534if (dnCell.Type == DocumentNodeType.dnCell && this == dnCell.GetParentOfType(DocumentNodeType.dnRow)) 5551DocumentNode dnRow = this.GetParentOfType(DocumentNodeType.dnRow); 5567if (dnCell.Type == DocumentNodeType.dnCell && dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow) 5695|| _type == DocumentNodeType.dnRow 6408else if (dn.Type == DocumentNodeType.dnRow) 6650case DocumentNodeType.dnRow: 6654Debug.Assert(dnPa != null && dnPa.Type == DocumentNodeType.dnRow); 6743|| dn.Type == DocumentNodeType.dnRow 6914|| dn.Type == DocumentNodeType.dnRow) 10033int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 11116int nRow = dna.FindPending(DocumentNodeType.dnRow, nTable); 11119DocumentNode dnRow = new DocumentNode(DocumentNodeType.dnRow); 11137DocumentNode 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;