2 writes to _firstLineInParagraph
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (2)
251
_firstLineInParagraph
= firstLineInParagraph;
269
_firstLineInParagraph
= textParagraphProperties.FirstLineInParagraph;
1 reference to _firstLineInParagraph
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
310
get { return
_firstLineInParagraph
; }