15 references to EffectiveWidth
PresentationFramework (15)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (15)
1976
return
EffectiveWidth
<= 0 || Type == BorderType.BorderNone;
1993
sb.Append(
EffectiveWidth
.ToString(CultureInfo.InvariantCulture));
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
));
2690
return BorderLeft.
EffectiveWidth
> 0
2691
|| BorderRight.
EffectiveWidth
> 0
2692
|| BorderTop.
EffectiveWidth
> 0
2693
|| BorderBottom.
EffectiveWidth
> 0;
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
));