18 references to FindPending
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (13)
8813
int ndnListText = dna.
FindPending
(DocumentNodeType.dnListText);
8851
int nAt = dna.
FindPending
(DocumentNodeType.dnShape);
9981
nCellAt = dna.
FindPending
(DocumentNodeType.dnCell);
10010
nCellAt = dna.
FindPending
(DocumentNodeType.dnCell);
10033
int nRowAt = dna.
FindPending
(DocumentNodeType.dnRow);
10337
int nAt = dna.
FindPending
(DocumentNodeType.dnTable);
10363
int ndnListText = dna.
FindPending
(DocumentNodeType.dnListText);
11067
int nOpen = dna.
FindPending
(DocumentNodeType.dnTable);
11088
int nListAt = dna.
FindPending
(DocumentNodeType.dnList);
11099
nListAt = dna.
FindPending
(DocumentNodeType.dnList);
11113
int nTable = dna.
FindPending
(DocumentNodeType.dnTable);
11672
int nOpen = dna.
FindPending
(DocumentNodeType.dnList);
11730
int nList = dna.
FindPending
(DocumentNodeType.dnList);
System\Windows\Documents\XamlToRtfWriter.cs (5)
2595
int nCloseAt = dna.
FindPending
(documentNodeType);
2623
if (converterState.DocumentNodeArray.
FindPending
(DocumentNodeType.dnParagraph) >= 0 ||
2624
converterState.DocumentNodeArray.
FindPending
(DocumentNodeType.dnInline) >= 0)
3074
int nTableAt = dna.
FindPending
(DocumentNodeType.dnTable);
3911
int paragraphIndex = dna.
FindPending
(DocumentNodeType.dnParagraph);