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