22 references to RunProp
PresentationCore (22)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (15)
151
SetChpFormat(lsrun.
RunProp
, ref lschp);
162
Debug.Assert(lsrun.
RunProp
!= null, "invalid lsrun!");
186
SetChpFormat(lsrun.
RunProp
, ref lschp);
205
Debug.Assert(lsrun.
RunProp
!= null);
207
if ( lsrun.
RunProp
!= null
208
&& lsrun.
RunProp
.BaselineAlignment != BaselineAlignment.Baseline)
622
SetChpFormat(lsrun.
RunProp
, ref lschp);
681
underlinePositionInEm = lsrun.
RunProp
.Typeface.UnderlinePosition;
682
underlineThicknessInEm = lsrun.
RunProp
.Typeface.UnderlineThickness;
780
strikeThroughPositionInEm = lsrun.
RunProp
.Typeface.StrikethroughPosition;
781
strikeThroughThicknessInEm = lsrun.
RunProp
.Typeface.StrikethroughThickness;
1059
textDecorations = lsrun.
RunProp
.TextDecorations;
1066
lsrun.
RunProp
.ForegroundBrush,
1625
lsrunFirst.
RunProp
.CultureInfo,
1716
lsrunFirst.
RunProp
.CultureInfo,
MS\Internal\TextFormatting\LineServicesRun.cs (4)
532
return CultureMapper.GetSpecificCulture(
RunProp
?.CultureInfo);
912
if (lsruns[0].
RunProp
.TypographyProperties == null)
916
if (lsruns[i].
RunProp
.TypographyProperties != null)
934
TextRunTypographyProperties properties = lsruns[i].
RunProp
.TypographyProperties;
MS\Internal\TextFormatting\TextStore.cs (3)
1955
if(lsrun.
RunProp
.BaselineAlignment == BaselineAlignment.Baseline)
1975
switch (lsrun.
RunProp
.BaselineAlignment)
2005
switch (lsrun.
RunProp
.BaselineAlignment)