4 overrides of FirstLineInParagraph
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
307
public override bool
FirstLineInParagraph
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
70
public override bool
FirstLineInParagraph
{ get { return false; } }
350
public override bool
FirstLineInParagraph
{ get { return true; } }
426
public 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)
81
get { return _paragraphProperties.
FirstLineInParagraph
; }
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
426
public override bool FirstLineInParagraph { get { return _lp.
FirstLineInParagraph
; } }