2 writes to BorderTop
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2312BorderTop = new BorderFormat(); 2336BorderTop = new BorderFormat(cf.BorderTop);
13 references to BorderTop
PresentationFramework (13)
System\Windows\Documents\RtfToXamlReader.cs (7)
2336BorderTop = new BorderFormat(cf.BorderTop); 2648|| BorderTop.EffectiveWidth > 0 2696BorderTop.SetDefaults(); 2719sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 10563ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10578ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10614ConverterState.CurrentBorder = cf.BorderTop;
System\Windows\Documents\XamlToRtfWriter.cs (6)
1476WriteBorder("\\trbrdrt", cf.BorderTop); 1481WriteBorder("\\trbrdrh", cf.BorderTop); 1567WriteBorder("\\clbrdrt", cf.BorderTop); 3242cf.BorderTop.Type = BorderType.BorderSingle; 3243cf.BorderTop.Width = Converters.PxToTwipRounded(t.Top); 3264cf.BorderTop.CF = valueData;