1 override of GetParagraph
PresentationFramework (1)
MS\Internal\PtsHost\ListParagraph.cs (1)
59protected override BaseParagraph GetParagraph(ITextPointer textPointer, bool fEmptyOk)
2 references to GetParagraph
PresentationFramework (2)
MS\Internal\PtsHost\ContainerParagraph.cs (2)
142_firstChild = GetParagraph(textPointer, false); 231nextParagraph = GetParagraph(textPointer, true);