12 instantiations of TextProperties
PresentationFramework (12)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
453_spellerErrorProperties = new TextProperties((TextProperties)properties, highlightDecorations); 466var selectionProps = new TextProperties((TextProperties)properties, highlightDecorations);
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1419TextProperties defaultTextProperties = new TextProperties((Control)_host, _host.IsTypographyDefaultValue);
src\Framework\MS\Internal\PtsHost\LineBase.cs (3)
110TextProperties textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */, 181TextProperties textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */, 322TextRunProperties textProps = new TextProperties(embeddedObject, position, true /* inline objects */, true /* get background */,
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (1)
76TextProperties textProperties = new TextProperties(Paragraph.Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1530TextProperties defaultTextProperties = new TextProperties(Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
src\Framework\MS\Internal\Text\ComplexLine.cs (3)
358TextRunProperties textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */, PixelsPerDip); 408TextRunProperties textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */, PixelsPerDip); 542TextRunProperties textProps = new TextProperties(element, position, true /* inline objects */, true /* get background */, PixelsPerDip);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3139TextProperties defaultTextProperties = new TextProperties(this, this.IsTypographyDefaultValue);
13 references to TextProperties
PresentationFramework (13)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (4)
453_spellerErrorProperties = new TextProperties((TextProperties)properties, highlightDecorations); 466var selectionProps = new TextProperties((TextProperties)properties, highlightDecorations); 631private TextProperties _spellerErrorProperties;
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1419TextProperties defaultTextProperties = new TextProperties((Control)_host, _host.IsTypographyDefaultValue);
src\Framework\MS\Internal\PtsHost\LineBase.cs (2)
110TextProperties textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */, 181TextProperties textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */,
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (1)
76TextProperties textProperties = new TextProperties(Paragraph.Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1530TextProperties defaultTextProperties = new TextProperties(Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
src\Framework\MS\Internal\Text\LineProperties.cs (2)
113TextProperties defaultTextProperties, 125TextProperties defaultTextProperties,
src\Framework\MS\Internal\Text\TextProperties.cs (1)
188internal TextProperties(TextProperties source, TextDecorationCollection textDecorations)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3139TextProperties defaultTextProperties = new TextProperties(this, this.IsTypographyDefaultValue);