23 references to RunProp
PresentationCore (23)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (15)
201
SetChpFormat(lsrun.
RunProp
, ref lschp);
212
Debug.Assert(lsrun.
RunProp
!= null, "invalid lsrun!");
236
SetChpFormat(lsrun.
RunProp
, ref lschp);
255
Debug.Assert(lsrun.
RunProp
!= null);
257
if ( lsrun.
RunProp
!= null
258
&& lsrun.
RunProp
.BaselineAlignment != BaselineAlignment.Baseline)
700
SetChpFormat(lsrun.
RunProp
, ref lschp);
763
underlinePositionInEm = lsrun.
RunProp
.Typeface.UnderlinePosition;
764
underlineThicknessInEm = lsrun.
RunProp
.Typeface.UnderlineThickness;
866
strikeThroughPositionInEm = lsrun.
RunProp
.Typeface.StrikethroughPosition;
867
strikeThroughThicknessInEm = lsrun.
RunProp
.Typeface.StrikethroughThickness;
1171
textDecorations = lsrun.
RunProp
.TextDecorations;
1178
lsrun.
RunProp
.ForegroundBrush,
1758
lsrunFirst.
RunProp
.CultureInfo,
1853
lsrunFirst.
RunProp
.CultureInfo,
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (5)
562
return CultureMapper.GetSpecificCulture(
RunProp
!= null ?
RunProp
.CultureInfo : null);
946
if (lsruns[0].
RunProp
.TypographyProperties == null)
950
if (lsruns[i].
RunProp
.TypographyProperties != null)
968
TextRunTypographyProperties properties = lsruns[i].
RunProp
.TypographyProperties;
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (3)
1979
if(lsrun.
RunProp
.BaselineAlignment == BaselineAlignment.Baseline)
1999
switch (lsrun.
RunProp
.BaselineAlignment)
2029
switch (lsrun.
RunProp
.BaselineAlignment)