18 references to FindPending
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (13)
8790int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 8828int nAt = dna.FindPending(DocumentNodeType.dnShape); 9950nCellAt = dna.FindPending(DocumentNodeType.dnCell); 9979nCellAt = dna.FindPending(DocumentNodeType.dnCell); 10002int nRowAt = dna.FindPending(DocumentNodeType.dnRow); 10305int nAt = dna.FindPending(DocumentNodeType.dnTable); 10331int ndnListText = dna.FindPending(DocumentNodeType.dnListText); 11036int nOpen = dna.FindPending(DocumentNodeType.dnTable); 11057int nListAt = dna.FindPending(DocumentNodeType.dnList); 11068nListAt = dna.FindPending(DocumentNodeType.dnList); 11082int nTable = dna.FindPending(DocumentNodeType.dnTable); 11637int nOpen = dna.FindPending(DocumentNodeType.dnList); 11695int nList = dna.FindPending(DocumentNodeType.dnList);
System\Windows\Documents\XamlToRtfWriter.cs (5)
2595int nCloseAt = dna.FindPending(documentNodeType); 2623if (converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnParagraph) >= 0 || 2624converterState.DocumentNodeArray.FindPending(DocumentNodeType.dnInline) >= 0) 3074int nTableAt = dna.FindPending(DocumentNodeType.dnTable); 3911int paragraphIndex = dna.FindPending(DocumentNodeType.dnParagraph);