3 overrides of TypographyProperties
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
183
public override TextRunTypographyProperties
TypographyProperties
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
89
public override TextRunTypographyProperties
TypographyProperties
{ get { return _typographyProperties; } }
MS\Internal\Text\TextSpanModifier.cs (1)
229
public override TextRunTypographyProperties
TypographyProperties
5 references to TypographyProperties
PresentationCore (4)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
118
LSRun.CompileFeatureSet(current.Properties.
TypographyProperties
, unsignedCch, out fontFeatures, out fontFeatureRanges);
MS\Internal\TextFormatting\LineServicesRun.cs (3)
912
if (lsruns[0].RunProp.
TypographyProperties
== null)
916
if (lsruns[i].RunProp.
TypographyProperties
!= null)
934
TextRunTypographyProperties properties = lsruns[i].RunProp.
TypographyProperties
;
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
231
get { return _runProperties.
TypographyProperties
; }