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