21 references to dnRow
PresentationFramework (21)
System\Windows\Documents\RtfToXamlReader.cs (16)
5142DocumentNode dnRow = GetParentOfType(DocumentNodeType.dnRow); 5503if (dnRow.Type == DocumentNodeType.dnRow && this == dnRow.GetParentOfType(DocumentNodeType.dnTable)) 5518if (Type == DocumentNodeType.dnRow) 5527if (dnCell.Type == DocumentNodeType.dnCell && this == dnCell.GetParentOfType(DocumentNodeType.dnRow)) 5544DocumentNode dnRow = this.GetParentOfType(DocumentNodeType.dnRow); 5560if (dnCell.Type == DocumentNodeType.dnCell && dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow) 5684|| _type == DocumentNodeType.dnRow 6395else if (dn.Type == DocumentNodeType.dnRow) 6637case DocumentNodeType.dnRow: 6641Debug.Assert(dnPa != null && dnPa.Type == DocumentNodeType.dnRow); 6730|| dn.Type == DocumentNodeType.dnRow 6900|| dn.Type == DocumentNodeType.dnRow) 10004int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 11087int nRow = dna.FindPending(DocumentNodeType.dnRow, nTable); 11090DocumentNode dnRow = new DocumentNode(DocumentNodeType.dnRow); 11108DocumentNode 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;