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