15 references to EffectiveWidth
PresentationFramework (15)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (15)
1976return EffectiveWidth <= 0 || Type == BorderType.BorderNone; 1993sb.Append(EffectiveWidth.ToString(CultureInfo.InvariantCulture)); 2184sb.Append(Converters.TwipToPositiveVisiblePxString(BorderAll.EffectiveWidth)); 2188sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2190sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2192sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2194sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth)); 2690return BorderLeft.EffectiveWidth > 0 2691|| BorderRight.EffectiveWidth > 0 2692|| BorderTop.EffectiveWidth > 0 2693|| BorderBottom.EffectiveWidth > 0; 2761sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2763sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2765sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2767sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth));