4 overrides of DefaultTextRunProperties
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
327
public override TextRunProperties
DefaultTextRunProperties
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
78
public override TextRunProperties
DefaultTextRunProperties
{ get { return _defaultTextProperties; } }
358
public override TextRunProperties
DefaultTextRunProperties
{ get { return _lp.DefaultTextRunProperties; } }
439
public override TextRunProperties
DefaultTextRunProperties
{ get { return _lp.DefaultTextRunProperties; } }
11 references to DefaultTextRunProperties
PresentationCore (10)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
266
_defaultTextRunProperties = textParagraphProperties.
DefaultTextRunProperties
;
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (4)
479
if (paragraphProperties.
DefaultTextRunProperties
== null)
482
if (paragraphProperties.
DefaultTextRunProperties
.Typeface == null)
499
if ( paragraphProperties.
DefaultTextRunProperties
.FontRenderingEmSize < 0
500
|| paragraphProperties.
DefaultTextRunProperties
.FontRenderingEmSize > realMaxFontRenderingEmSize)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
61
TextRunProperties defaultRunProperties = _textParagraphProperties.
DefaultTextRunProperties
;
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (3)
47
_emSize = TextFormatterImp.RealToIdeal(paragraphProperties.
DefaultTextRunProperties
.FontRenderingEmSize);
133
get { return _paragraphProperties.
DefaultTextRunProperties
.Typeface; }
163
get { return _paragraphProperties.
DefaultTextRunProperties
.ForegroundBrush; }
Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphProperties.cs (1)
123
get { return 4 *
DefaultTextRunProperties
.FontRenderingEmSize; }
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
439
public override TextRunProperties DefaultTextRunProperties { get { return _lp.
DefaultTextRunProperties
; } }