2 references to HasFirstLineProperties
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1728
if (firstLine && _lineProperties.
HasFirstLineProperties
)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3171
firstLine = firstLine && lineProperties.
HasFirstLineProperties
;