16 references to EffectiveWidth
PresentationFramework (16)
System\Windows\Documents\RtfToXamlReader.cs (16)
1953
return
EffectiveWidth
<= 0 || Type == BorderType.BorderNone;
1959
CF < 0 ? string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{
EffectiveWidth
}") :
1960
string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{
EffectiveWidth
}\\brdrcf{CF}");
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
));
2645
return BorderLeft.
EffectiveWidth
> 0
2646
|| BorderRight.
EffectiveWidth
> 0
2647
|| BorderTop.
EffectiveWidth
> 0
2648
|| BorderBottom.
EffectiveWidth
> 0;
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
));