2 writes to BorderRight
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2354BorderRight = new BorderFormat(); 2378BorderRight = new BorderFormat(cf.BorderRight);
11 references to BorderRight
PresentationFramework (11)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
2378BorderRight = new BorderFormat(cf.BorderRight); 2691|| BorderRight.EffectiveWidth > 0 2738BorderRight.SetDefaults(); 2765sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 10661ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10702ConverterState.CurrentBorder = cf.BorderRight;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
1480WriteBorder("\\trbrdrr", cf.BorderRight); 1572WriteBorder("\\clbrdrr", cf.BorderRight); 3246cf.BorderRight.Type = BorderType.BorderSingle; 3247cf.BorderRight.Width = Converters.PxToTwipRounded(t.Right); 3269cf.BorderRight.CF = valueData;