16 references to EffectiveWidth
PresentationFramework (16)
System\Windows\Documents\RtfToXamlReader.cs (16)
1954return EffectiveWidth <= 0 || Type == BorderType.BorderNone; 1960CF < 0 ? string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{EffectiveWidth}") : 1961string.Create(CultureInfo.InvariantCulture, stackalloc char[128], $"\\brdrs\\brdrw{EffectiveWidth}\\brdrcf{CF}"); 2142sb.Append(Converters.TwipToPositiveVisiblePxString(BorderAll.EffectiveWidth)); 2146sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2148sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2150sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2152sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth)); 2646return BorderLeft.EffectiveWidth > 0 2647|| BorderRight.EffectiveWidth > 0 2648|| BorderTop.EffectiveWidth > 0 2649|| BorderBottom.EffectiveWidth > 0; 2717sb.Append(Converters.TwipToPositiveVisiblePxString(BorderLeft.EffectiveWidth)); 2719sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 2721sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 2723sb.Append(Converters.TwipToPositiveVisiblePxString(BorderBottom.EffectiveWidth));