18 references to FindPending
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (13)
8800int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 8838int nAt = dna.FindPending(DocumentNodeType.dnShape); 9962nCellAt = dna.FindPending(DocumentNodeType.dnCell); 9991nCellAt = dna.FindPending(DocumentNodeType.dnCell); 10014int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 10297int nAt = dna.FindPending(DocumentNodeType.dnTable); 10323int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 10931int nOpen = dna.FindPending(DocumentNodeType.dnTable); 10952int nListAt = dna.FindPending(DocumentNodeType.dnList); 10963nListAt = dna.FindPending(DocumentNodeType.dnList); 10977int nTable = dna.FindPending(DocumentNodeType.dnTable); 11536int nOpen = dna.FindPending(DocumentNodeType.dnList); 11594int 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);