18 references to FindPending
PresentationFramework (18)
System\Windows\Documents\RtfToXamlReader.cs (13)
8791
int ndnListText = dna.
FindPending
(DocumentNodeType.dnListText);
8829
int nAt = dna.
FindPending
(DocumentNodeType.dnShape);
9951
nCellAt = dna.
FindPending
(DocumentNodeType.dnCell);
9980
nCellAt = dna.
FindPending
(DocumentNodeType.dnCell);
10003
int nRowAt = dna.
FindPending
(DocumentNodeType.dnRow);
10306
int nAt = dna.
FindPending
(DocumentNodeType.dnTable);
10332
int ndnListText = dna.
FindPending
(DocumentNodeType.dnListText);
11037
int nOpen = dna.
FindPending
(DocumentNodeType.dnTable);
11058
int nListAt = dna.
FindPending
(DocumentNodeType.dnList);
11069
nListAt = dna.
FindPending
(DocumentNodeType.dnList);
11083
int nTable = dna.
FindPending
(DocumentNodeType.dnTable);
11638
int nOpen = dna.
FindPending
(DocumentNodeType.dnList);
11696
int nList = dna.
FindPending
(DocumentNodeType.dnList);
System\Windows\Documents\XamlToRtfWriter.cs (5)
2596
int nCloseAt = dna.
FindPending
(documentNodeType);
2624
if (converterState.DocumentNodeArray.
FindPending
(DocumentNodeType.dnParagraph) >= 0 ||
2625
converterState.DocumentNodeArray.
FindPending
(DocumentNodeType.dnInline) >= 0)
3075
int nTableAt = dna.
FindPending
(DocumentNodeType.dnTable);
3912
int paragraphIndex = dna.
FindPending
(DocumentNodeType.dnParagraph);