8 references to TextProperties
PresentationFramework (8)
MS\Internal\PtsHost\LineBase.cs (3)
96TextProperties textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */, 166TextProperties textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */, 307TextRunProperties textProps = new TextProperties(embeddedObject, position, true /* inline objects */, true /* get background */,
MS\Internal\PtsHost\ListParaClient.cs (1)
62TextProperties textProperties = new TextProperties(Paragraph.Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
MS\Internal\PtsHost\TextParagraph.cs (1)
1493TextProperties defaultTextProperties = new TextProperties(Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
MS\Internal\Text\ComplexLine.cs (3)
348TextRunProperties textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */, PixelsPerDip); 397TextRunProperties textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */, PixelsPerDip); 530TextRunProperties textProps = new TextProperties(element, position, true /* inline objects */, true /* get background */, PixelsPerDip);