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