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