1 override of GetParagraph
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\ListParagraph.cs (1)
76protected override BaseParagraph GetParagraph(ITextPointer textPointer, bool fEmptyOk)
2 references to GetParagraph
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (2)
165_firstChild = GetParagraph(textPointer, false); 255nextParagraph = GetParagraph(textPointer, true);