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