16 references to EffectiveWidth
PresentationFramework (16)
System\Windows\Documents\RtfToXamlReader.cs (16)
1953return EffectiveWidth <= 0 || Type == BorderType.BorderNone; 1959CF < 0 ? string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{EffectiveWidth}") : 1960string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{EffectiveWidth}\\brdrcf{CF}"); 2141sb.Append(Converters.TwipToPositiveVisiblePxString(BorderAll.EffectiveWidth)); 2145sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2147sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2149sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2151sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth)); 2645return BorderLeft.EffectiveWidth > 0 2646|| BorderRight.EffectiveWidth > 0 2647|| BorderTop.EffectiveWidth > 0 2648|| BorderBottom.EffectiveWidth > 0; 2716sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2718sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2720sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2722sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth));