16 references to EffectiveWidth
PresentationFramework (16)
System\Windows\Documents\RtfToXamlReader.cs (16)
1955
return
EffectiveWidth
<= 0 || Type == BorderType.BorderNone;
1961
CF < 0 ? string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{
EffectiveWidth
}") :
1962
string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{
EffectiveWidth
}\\brdrcf{CF}");
2143
sb.Append(Converters.TwipToPositiveVisiblePxString(BorderAll.
EffectiveWidth
));
2147
sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.
EffectiveWidth
));
2149
sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.
EffectiveWidth
));
2151
sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.
EffectiveWidth
));
2153
sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.
EffectiveWidth
));
2647
return BorderLeft.
EffectiveWidth
> 0
2648
|| BorderRight.
EffectiveWidth
> 0
2649
|| BorderTop.
EffectiveWidth
> 0
2650
|| BorderBottom.
EffectiveWidth
> 0;
2718
sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.
EffectiveWidth
));
2720
sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.
EffectiveWidth
));
2722
sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.
EffectiveWidth
));
2724
sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.
EffectiveWidth
));