3 references to LineProperties
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (1)
123LineProperties lineProps = new LineProperties(Paragraph.Element, Paragraph.StructuralCache.FormattingOwner, textProperties, new MarkerProperties(list, adjustedIndex));
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1533_lineProperties = new LineProperties(Element, StructuralCache.FormattingOwner, defaultTextProperties, null); // No marker properties
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3144LineProperties lineProperties = new LineProperties(this, this, defaultTextProperties, null);