4 overrides of FirstLineInParagraph
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
305public override bool FirstLineInParagraph
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
66public override bool FirstLineInParagraph { get { return false; } } 346public override bool FirstLineInParagraph { get { return true; } } 422public override bool FirstLineInParagraph { get { return _lp.FirstLineInParagraph; } }
3 references to FirstLineInParagraph
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
266_firstLineInParagraph = textParagraphProperties.FirstLineInParagraph;
MS\Internal\TextFormatting\TextProperties.cs (1)
75get { return _paragraphProperties.FirstLineInParagraph; }
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
422public override bool FirstLineInParagraph { get { return _lp.FirstLineInParagraph; } }