4 overrides of FirstLineInParagraph
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
308public override bool FirstLineInParagraph
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
73public override bool FirstLineInParagraph { get { return false; } } 353public override bool FirstLineInParagraph { get { return true; } } 429public override bool FirstLineInParagraph { get { return _lp.FirstLineInParagraph; } }
3 references to FirstLineInParagraph
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
269_firstLineInParagraph = textParagraphProperties.FirstLineInParagraph;
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
83get { return _paragraphProperties.FirstLineInParagraph; }
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
429public override bool FirstLineInParagraph { get { return _lp.FirstLineInParagraph; } }