18 references to FindPending
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (13)
8812int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 8850int nAt = dna.FindPending(DocumentNodeType.dnShape); 9980nCellAt = dna.FindPending(DocumentNodeType.dnCell); 10009nCellAt = dna.FindPending(DocumentNodeType.dnCell); 10032int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 10336int nAt = dna.FindPending(DocumentNodeType.dnTable); 10362int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 11066int nOpen = dna.FindPending(DocumentNodeType.dnTable); 11087int nListAt = dna.FindPending(DocumentNodeType.dnList); 11098nListAt = dna.FindPending(DocumentNodeType.dnList); 11112int nTable = dna.FindPending(DocumentNodeType.dnTable); 11671int nOpen = dna.FindPending(DocumentNodeType.dnList); 11729int nList = dna.FindPending(DocumentNodeType.dnList);
System\Windows\Documents\XamlToRtfWriter.cs (5)
2594int nCloseAt = dna.FindPending(documentNodeType); 2622if (converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnParagraph) >= 0 || 2623converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnInline) >= 0) 3073int nTableAt = dna.FindPending(DocumentNodeType.dnTable); 3910int paragraphIndex = dna.FindPending(DocumentNodeType.dnParagraph);