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