3 overrides of TypographyProperties
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
184
public override TextRunTypographyProperties
TypographyProperties
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
90
public override TextRunTypographyProperties
TypographyProperties
{ get { return _typographyProperties; } }
MS\Internal\Text\TextSpanModifier.cs (1)
230
public override TextRunTypographyProperties
TypographyProperties
5 references to TypographyProperties
PresentationCore (4)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
119
LSRun.CompileFeatureSet(current.Properties.
TypographyProperties
, unsignedCch, out fontFeatures, out fontFeatureRanges);
MS\Internal\TextFormatting\LineServicesRun.cs (3)
913
if (lsruns[0].RunProp.
TypographyProperties
== null)
917
if (lsruns[i].RunProp.
TypographyProperties
!= null)
935
TextRunTypographyProperties properties = lsruns[i].RunProp.
TypographyProperties
;
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
232
get { return _runProperties.
TypographyProperties
; }