18 references to FindPending
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (13)
8792int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 8830int nAt = dna.FindPending(DocumentNodeType.dnShape); 9952nCellAt = dna.FindPending(DocumentNodeType.dnCell); 9981nCellAt = dna.FindPending(DocumentNodeType.dnCell); 10004int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 10307int nAt = dna.FindPending(DocumentNodeType.dnTable); 10333int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 11038int nOpen = dna.FindPending(DocumentNodeType.dnTable); 11059int nListAt = dna.FindPending(DocumentNodeType.dnList); 11070nListAt = dna.FindPending(DocumentNodeType.dnList); 11084int nTable = dna.FindPending(DocumentNodeType.dnTable); 11639int nOpen = dna.FindPending(DocumentNodeType.dnList); 11697int 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);