4 overrides of FirstLineInParagraph
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
308
public override bool
FirstLineInParagraph
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
73
public override bool
FirstLineInParagraph
{ get { return false; } }
353
public override bool
FirstLineInParagraph
{ get { return true; } }
429
public 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)
83
get { return _paragraphProperties.
FirstLineInParagraph
; }
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
429
public override bool FirstLineInParagraph { get { return _lp.
FirstLineInParagraph
; } }