2 writes to BorderTop
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2311BorderTop = new BorderFormat(); 2335BorderTop = new BorderFormat(cf.BorderTop);
13 references to BorderTop
PresentationFramework (13)
System\Windows\Documents\RtfToXamlReader.cs (7)
2335BorderTop = new BorderFormat(cf.BorderTop); 2647|| BorderTop.EffectiveWidth > 0 2695BorderTop.SetDefaults(); 2718sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 10561ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10576ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10612ConverterState.CurrentBorder = cf.BorderTop;
System\Windows\Documents\XamlToRtfWriter.cs (6)
1475WriteBorder("\\trbrdrt", cf.BorderTop); 1480WriteBorder("\\trbrdrh", cf.BorderTop); 1566WriteBorder("\\clbrdrt", cf.BorderTop); 3241cf.BorderTop.Type = BorderType.BorderSingle; 3242cf.BorderTop.Width = Converters.PxToTwipRounded(t.Top); 3263cf.BorderTop.CF = valueData;