18 references to FindPending
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (13)
8803int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 8841int nAt = dna.FindPending(DocumentNodeType.dnShape); 9965nCellAt = dna.FindPending(DocumentNodeType.dnCell); 9994nCellAt = dna.FindPending(DocumentNodeType.dnCell); 10017int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 10300int nAt = dna.FindPending(DocumentNodeType.dnTable); 10326int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 10934int nOpen = dna.FindPending(DocumentNodeType.dnTable); 10955int nListAt = dna.FindPending(DocumentNodeType.dnList); 10966nListAt = dna.FindPending(DocumentNodeType.dnList); 10980int nTable = dna.FindPending(DocumentNodeType.dnTable); 11539int nOpen = dna.FindPending(DocumentNodeType.dnList); 11597int 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);