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