18 references to FindPending
PresentationFramework (18)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (13)
8883
int ndnListText = dna.
FindPending
(DocumentNodeType.dnListText);
8921
int nAt = dna.
FindPending
(DocumentNodeType.dnShape);
10043
nCellAt = dna.
FindPending
(DocumentNodeType.dnCell);
10072
nCellAt = dna.
FindPending
(DocumentNodeType.dnCell);
10095
int nRowAt = dna.
FindPending
(DocumentNodeType.dnRow);
10399
int nAt = dna.
FindPending
(DocumentNodeType.dnTable);
10425
int ndnListText = dna.
FindPending
(DocumentNodeType.dnListText);
11131
int nOpen = dna.
FindPending
(DocumentNodeType.dnTable);
11152
int nListAt = dna.
FindPending
(DocumentNodeType.dnList);
11163
nListAt = dna.
FindPending
(DocumentNodeType.dnList);
11177
int nTable = dna.
FindPending
(DocumentNodeType.dnTable);
11738
int nOpen = dna.
FindPending
(DocumentNodeType.dnList);
11796
int nList = dna.
FindPending
(DocumentNodeType.dnList);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
2597
int nCloseAt = dna.
FindPending
(documentNodeType);
2625
if (converterState.DocumentNodeArray.
FindPending
(DocumentNodeType.dnParagraph) >= 0 ||
2626
converterState.DocumentNodeArray.
FindPending
(DocumentNodeType.dnInline) >= 0)
3081
int nTableAt = dna.
FindPending
(DocumentNodeType.dnTable);
3919
int paragraphIndex = dna.
FindPending
(DocumentNodeType.dnParagraph);