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)
307get { return _firstLineInParagraph; }