4 overrides of FirstLineInParagraph
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
307public override bool FirstLineInParagraph
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
70public override bool FirstLineInParagraph { get { return false; } } 350public override bool FirstLineInParagraph { get { return true; } } 426public override bool FirstLineInParagraph { get { return _lp.FirstLineInParagraph; } }
3 references to FirstLineInParagraph
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
268_firstLineInParagraph = textParagraphProperties.FirstLineInParagraph;
MS\Internal\TextFormatting\TextProperties.cs (1)
81get { return _paragraphProperties.FirstLineInParagraph; }
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
426public override bool FirstLineInParagraph { get { return _lp.FirstLineInParagraph; } }