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