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