2 writes to BorderRight
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2309BorderRight = new BorderFormat(); 2333BorderRight = new BorderFormat(cf.BorderRight);
11 references to BorderRight
PresentationFramework (11)
System\Windows\Documents\RtfToXamlReader.cs (6)
2333BorderRight = new BorderFormat(cf.BorderRight); 2646|| BorderRight.EffectiveWidth > 0 2693BorderRight.SetDefaults(); 2720sb.Append(Converters.TwipToPositiveVisiblePxString(BorderRight.EffectiveWidth)); 10567ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderRight; 10608ConverterState.CurrentBorder = cf.BorderRight;
System\Windows\Documents\XamlToRtfWriter.cs (5)
1477WriteBorder("\\trbrdrr", cf.BorderRight); 1569WriteBorder("\\clbrdrr", cf.BorderRight); 3239cf.BorderRight.Type = BorderType.BorderSingle; 3240cf.BorderRight.Width = Converters.PxToTwipRounded(t.Right); 3262cf.BorderRight.CF = valueData;