10 references to TwipToPositiveVisiblePxString
PresentationFramework (10)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (10)
2184sb.Append(Converters.TwipToPositiveVisiblePxString(BorderAll.EffectiveWidth)); 2188sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2190sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2192sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2194sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth)); 2761sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2763sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2765sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2767sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth)); 5186xamlStringBuilder.Append(Converters.TwipToPositiveVisiblePxString(cf.SpacingLeft));