2 writes to _firstLineInParagraph
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
248
_firstLineInParagraph
= firstLineInParagraph;
266
_firstLineInParagraph
= textParagraphProperties.FirstLineInParagraph;
1 reference to _firstLineInParagraph
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
307
get { return
_firstLineInParagraph
; }