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