12 instantiations of TextProperties
PresentationFramework (12)
MS\Internal\Documents\TextBoxLine.cs (2)
451
_spellerErrorProperties = new
TextProperties
((TextProperties)properties, highlightDecorations);
464
var selectionProps = new
TextProperties
((TextProperties)properties, highlightDecorations);
MS\Internal\Documents\TextBoxView.cs (1)
1419
TextProperties defaultTextProperties = new
TextProperties
((Control)_host, _host.IsTypographyDefaultValue);
MS\Internal\PtsHost\LineBase.cs (3)
106
TextProperties textProps = new
TextProperties
(element, position, false /* inline objects */, true /* get background */,
176
TextProperties textProps = new
TextProperties
(element, position, false /* inline objects */, true /* get background */,
317
TextRunProperties textProps = new
TextProperties
(embeddedObject, position, true /* inline objects */, true /* get background */,
MS\Internal\PtsHost\ListParaClient.cs (1)
66
TextProperties textProperties = new
TextProperties
(Paragraph.Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
MS\Internal\PtsHost\TextParagraph.cs (1)
1522
TextProperties defaultTextProperties = new
TextProperties
(Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
MS\Internal\Text\ComplexLine.cs (3)
353
TextRunProperties textProps = new
TextProperties
(element, position, false /* inline objects */, true /* get background */, PixelsPerDip);
402
TextRunProperties textProps = new
TextProperties
(element, position, false /* inline objects */, true /* get background */, PixelsPerDip);
535
TextRunProperties textProps = new
TextProperties
(element, position, true /* inline objects */, true /* get background */, PixelsPerDip);
System\Windows\Controls\TextBlock.cs (1)
3050
TextProperties defaultTextProperties = new
TextProperties
(this, this.IsTypographyDefaultValue);
13 references to TextProperties
PresentationFramework (13)
MS\Internal\Documents\TextBoxLine.cs (4)
451
_spellerErrorProperties = new TextProperties((
TextProperties
)properties, highlightDecorations);
464
var
selectionProps = new TextProperties((
TextProperties
)properties, highlightDecorations);
629
private
TextProperties
_spellerErrorProperties;
MS\Internal\Documents\TextBoxView.cs (1)
1419
TextProperties
defaultTextProperties = new TextProperties((Control)_host, _host.IsTypographyDefaultValue);
MS\Internal\PtsHost\LineBase.cs (2)
106
TextProperties
textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */,
176
TextProperties
textProps = new TextProperties(element, position, false /* inline objects */, true /* get background */,
MS\Internal\PtsHost\ListParaClient.cs (1)
66
TextProperties
textProperties = new TextProperties(Paragraph.Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
MS\Internal\PtsHost\TextParagraph.cs (1)
1522
TextProperties
defaultTextProperties = new TextProperties(Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
MS\Internal\Text\LineProperties.cs (2)
110
TextProperties
defaultTextProperties,
122
TextProperties
defaultTextProperties,
MS\Internal\Text\TextProperties.cs (1)
185
internal TextProperties(
TextProperties
source, TextDecorationCollection textDecorations)
System\Windows\Controls\TextBlock.cs (1)
3050
TextProperties
defaultTextProperties = new TextProperties(this, this.IsTypographyDefaultValue);