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