3 overrides of TypographyProperties
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
187
public override TextRunTypographyProperties
TypographyProperties
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (1)
95
public override TextRunTypographyProperties
TypographyProperties
{ get { return _typographyProperties; } }
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
240
public override TextRunTypographyProperties
TypographyProperties
5 references to TypographyProperties
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
137
LSRun.CompileFeatureSet(current.Properties.
TypographyProperties
, unsignedCch, out fontFeatures, out fontFeatureRanges);
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (3)
946
if (lsruns[0].RunProp.
TypographyProperties
== null)
950
if (lsruns[i].RunProp.
TypographyProperties
!= null)
968
TextRunTypographyProperties properties = lsruns[i].RunProp.
TypographyProperties
;
PresentationFramework (1)
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
242
get { return _runProperties.
TypographyProperties
; }