2 writes to BorderRight
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2310BorderRight = new BorderFormat(); 2334BorderRight = new BorderFormat(cf.BorderRight);
11 references to BorderRight
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (6)
2334BorderRight = new BorderFormat(cf.BorderRight); 2647|| BorderRight.EffectiveWidth > 0 2694BorderRight.SetDefaults(); 2721sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 10569ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10610ConverterState.CurrentBorder = cf.BorderRight;
System\Windows\Documents\XamlToRtfWriter.cs (5)
1478WriteBorder("\\trbrdrr", cf.BorderRight); 1570WriteBorder("\\clbrdrr", cf.BorderRight); 3240cf.BorderRight.Type = BorderType.BorderSingle; 3241cf.BorderRight.Width = Converters.PxToTwipRounded(t.Right); 3263cf.BorderRight.CF = valueData;