2 writes to BorderTop
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
2356BorderTop = new BorderFormat(); 2380BorderTop = new BorderFormat(cf.BorderTop);
13 references to BorderTop
PresentationFramework (13)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
2380BorderTop = new BorderFormat(cf.BorderTop); 2692|| BorderTop.EffectiveWidth > 0 2740BorderTop.SetDefaults(); 2763sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 10655ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10670ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10706ConverterState.CurrentBorder = cf.BorderTop;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (6)
1478WriteBorder("\\trbrdrt", cf.BorderTop); 1483WriteBorder("\\trbrdrh", cf.BorderTop); 1569WriteBorder("\\clbrdrt", cf.BorderTop); 3248cf.BorderTop.Type = BorderType.BorderSingle; 3249cf.BorderTop.Width = Converters.PxToTwipRounded(t.Top); 3270cf.BorderTop.CF = valueData;