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