10 references to TwipToPositiveVisiblePxString
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (10)
2142sb.Append(Converters.TwipToPositiveVisiblePxString(BorderAll.EffectiveWidth)); 2146sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2148sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2150sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2152sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth)); 2717sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2719sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2721sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2723sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth)); 5125xamlStringBuilder.Append(Converters.TwipToPositiveVisiblePxString(cf.SpacingLeft));