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