4 overrides of DefaultTextRunProperties
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
323
public override TextRunProperties
DefaultTextRunProperties
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
70
public override TextRunProperties
DefaultTextRunProperties
{ get { return _defaultTextProperties; } }
350
public override TextRunProperties
DefaultTextRunProperties
{ get { return _lp.DefaultTextRunProperties; } }
431
public override TextRunProperties
DefaultTextRunProperties
{ get { return _lp.DefaultTextRunProperties; } }
11 references to DefaultTextRunProperties
PresentationCore (10)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
262
_defaultTextRunProperties = textParagraphProperties.
DefaultTextRunProperties
;
MS\Internal\TextFormatting\TextFormatterImp.cs (4)
450
if (paragraphProperties.
DefaultTextRunProperties
== null)
453
if (paragraphProperties.
DefaultTextRunProperties
.Typeface == null)
463
ArgumentOutOfRangeException.ThrowIfNegative(paragraphProperties.
DefaultTextRunProperties
.FontRenderingEmSize, "paragraphProperties.DefaultTextRunProperties.FontRenderingEmSize");
464
ArgumentOutOfRangeException.ThrowIfGreaterThan(paragraphProperties.
DefaultTextRunProperties
.FontRenderingEmSize, realMaxFontRenderingEmSize, "paragraphProperties.DefaultTextRunProperties.FontRenderingEmSize");
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
51
TextRunProperties defaultRunProperties = _textParagraphProperties.
DefaultTextRunProperties
;
MS\Internal\TextFormatting\TextProperties.cs (3)
38
_emSize = TextFormatterImp.RealToIdeal(paragraphProperties.
DefaultTextRunProperties
.FontRenderingEmSize);
124
get { return _paragraphProperties.
DefaultTextRunProperties
.Typeface; }
154
get { return _paragraphProperties.
DefaultTextRunProperties
.ForegroundBrush; }
System\Windows\Media\textformatting\TextParagraphProperties.cs (1)
113
get { return 4 *
DefaultTextRunProperties
.FontRenderingEmSize; }
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
431
public override TextRunProperties DefaultTextRunProperties { get { return _lp.
DefaultTextRunProperties
; } }