23 references to RunProp
PresentationCore (23)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (15)
152
SetChpFormat(lsrun.
RunProp
, ref lschp);
163
Debug.Assert(lsrun.
RunProp
!= null, "invalid lsrun!");
187
SetChpFormat(lsrun.
RunProp
, ref lschp);
206
Debug.Assert(lsrun.
RunProp
!= null);
208
if ( lsrun.
RunProp
!= null
209
&& lsrun.
RunProp
.BaselineAlignment != BaselineAlignment.Baseline)
623
SetChpFormat(lsrun.
RunProp
, ref lschp);
682
underlinePositionInEm = lsrun.
RunProp
.Typeface.UnderlinePosition;
683
underlineThicknessInEm = lsrun.
RunProp
.Typeface.UnderlineThickness;
781
strikeThroughPositionInEm = lsrun.
RunProp
.Typeface.StrikethroughPosition;
782
strikeThroughThicknessInEm = lsrun.
RunProp
.Typeface.StrikethroughThickness;
1060
textDecorations = lsrun.
RunProp
.TextDecorations;
1067
lsrun.
RunProp
.ForegroundBrush,
1626
lsrunFirst.
RunProp
.CultureInfo,
1717
lsrunFirst.
RunProp
.CultureInfo,
MS\Internal\TextFormatting\LineServicesRun.cs (5)
533
return CultureMapper.GetSpecificCulture(
RunProp
!= null ?
RunProp
.CultureInfo : null);
913
if (lsruns[0].
RunProp
.TypographyProperties == null)
917
if (lsruns[i].
RunProp
.TypographyProperties != null)
935
TextRunTypographyProperties properties = lsruns[i].
RunProp
.TypographyProperties;
MS\Internal\TextFormatting\TextStore.cs (3)
1956
if(lsrun.
RunProp
.BaselineAlignment == BaselineAlignment.Baseline)
1976
switch (lsrun.
RunProp
.BaselineAlignment)
2006
switch (lsrun.
RunProp
.BaselineAlignment)