18 references to FindPending
PresentationFramework (18)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (13)
8883int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 8921int nAt = dna.FindPending(DocumentNodeType.dnShape); 10043nCellAt = dna.FindPending(DocumentNodeType.dnCell); 10072nCellAt = dna.FindPending(DocumentNodeType.dnCell); 10095int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 10399int nAt = dna.FindPending(DocumentNodeType.dnTable); 10425int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 11131int nOpen = dna.FindPending(DocumentNodeType.dnTable); 11152int nListAt = dna.FindPending(DocumentNodeType.dnList); 11163nListAt = dna.FindPending(DocumentNodeType.dnList); 11177int nTable = dna.FindPending(DocumentNodeType.dnTable); 11738int nOpen = dna.FindPending(DocumentNodeType.dnList); 11796int nList = dna.FindPending(DocumentNodeType.dnList);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
2597int nCloseAt = dna.FindPending(documentNodeType); 2625if (converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnParagraph) >= 0 || 2626converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnInline) >= 0) 3081int nTableAt = dna.FindPending(DocumentNodeType.dnTable); 3919int paragraphIndex = dna.FindPending(DocumentNodeType.dnParagraph);