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