4 overrides of FirstLineInParagraph
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
304
public override bool
FirstLineInParagraph
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
65
public override bool
FirstLineInParagraph
{ get { return false; } }
345
public override bool
FirstLineInParagraph
{ get { return true; } }
421
public override bool
FirstLineInParagraph
{ get { return _lp.FirstLineInParagraph; } }
3 references to FirstLineInParagraph
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
265
_firstLineInParagraph = textParagraphProperties.
FirstLineInParagraph
;
MS\Internal\TextFormatting\TextProperties.cs (1)
74
get { return _paragraphProperties.
FirstLineInParagraph
; }
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
421
public override bool FirstLineInParagraph { get { return _lp.
FirstLineInParagraph
; } }