2 writes to _firstLineInParagraph
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (2)
251_firstLineInParagraph = firstLineInParagraph; 269_firstLineInParagraph = textParagraphProperties.FirstLineInParagraph;
1 reference to _firstLineInParagraph
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
310get { return _firstLineInParagraph; }