21 references to dnRow
PresentationFramework (21)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (16)
5203DocumentNode dnRow = GetParentOfType(DocumentNodeType.dnRow); 5583if (dnRow.Type == DocumentNodeType.dnRow && this == dnRow.GetParentOfType(DocumentNodeType.dnTable)) 5598if (Type == DocumentNodeType.dnRow) 5607if (dnCell.Type == DocumentNodeType.dnCell && this == dnCell.GetParentOfType(DocumentNodeType.dnRow)) 5624DocumentNode dnRow = this.GetParentOfType(DocumentNodeType.dnRow); 5640if (dnCell.Type == DocumentNodeType.dnCell && dnCell.GetParentOfType(DocumentNodeType.dnRow) == dnRow) 5764|| _type == DocumentNodeType.dnRow 6476else if (dn.Type == DocumentNodeType.dnRow) 6718case DocumentNodeType.dnRow: 6722Debug.Assert(dnPa != null && dnPa.Type == DocumentNodeType.dnRow); 6811|| dn.Type == DocumentNodeType.dnRow 6981|| dn.Type == DocumentNodeType.dnRow) 10095int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 11180int nRow = dna.FindPending(DocumentNodeType.dnRow, nTable); 11183DocumentNode dnRow = new DocumentNode(DocumentNodeType.dnRow); 11201DocumentNode dnRow = new DocumentNode(DocumentNodeType.dnRow);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
1711if (dnChild.Type == DocumentNodeType.dnRow) 1920case DocumentNodeType.dnRow: 1933if (dnThis.Type != DocumentNodeType.dnRow) 1963case DocumentNodeType.dnRow: 3774documentNodeType = DocumentNodeType.dnRow;