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