10 references to TwipToPositiveVisiblePxString
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (10)
2143sb.Append(Converters.TwipToPositiveVisiblePxString(BorderAll.EffectiveWidth)); 2147sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2149sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2151sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2153sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth)); 2718sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2720sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2722sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2724sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth)); 5132xamlStringBuilder.Append(Converters.TwipToPositiveVisiblePxString(cf.SpacingLeft));