18 references to FindPending
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (13)
8791int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 8829int nAt = dna.FindPending(DocumentNodeType.dnShape); 9951nCellAt = dna.FindPending(DocumentNodeType.dnCell); 9980nCellAt = dna.FindPending(DocumentNodeType.dnCell); 10003int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 10306int nAt = dna.FindPending(DocumentNodeType.dnTable); 10332int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 11037int nOpen = dna.FindPending(DocumentNodeType.dnTable); 11058int nListAt = dna.FindPending(DocumentNodeType.dnList); 11069nListAt = dna.FindPending(DocumentNodeType.dnList); 11083int nTable = dna.FindPending(DocumentNodeType.dnTable); 11638int nOpen = dna.FindPending(DocumentNodeType.dnList); 11696int nList = dna.FindPending(DocumentNodeType.dnList);
System\Windows\Documents\XamlToRtfWriter.cs (5)
2596int nCloseAt = dna.FindPending(documentNodeType); 2624if (converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnParagraph) >= 0 || 2625converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnInline) >= 0) 3075int nTableAt = dna.FindPending(DocumentNodeType.dnTable); 3912int paragraphIndex = dna.FindPending(DocumentNodeType.dnParagraph);