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