18 references to FindPending
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (13)
8790
int ndnListText = dna.
FindPending
(DocumentNodeType.dnListText);
8828
int nAt = dna.
FindPending
(DocumentNodeType.dnShape);
9950
nCellAt = dna.
FindPending
(DocumentNodeType.dnCell);
9979
nCellAt = dna.
FindPending
(DocumentNodeType.dnCell);
10002
int nRowAt = dna.
FindPending
(DocumentNodeType.dnRow);
10305
int nAt = dna.
FindPending
(DocumentNodeType.dnTable);
10331
int ndnListText = dna.
FindPending
(DocumentNodeType.dnListText);
11036
int nOpen = dna.
FindPending
(DocumentNodeType.dnTable);
11057
int nListAt = dna.
FindPending
(DocumentNodeType.dnList);
11068
nListAt = dna.
FindPending
(DocumentNodeType.dnList);
11082
int nTable = dna.
FindPending
(DocumentNodeType.dnTable);
11637
int nOpen = dna.
FindPending
(DocumentNodeType.dnList);
11695
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);