2 writes to BorderTop
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
2313BorderTop = new BorderFormat(); 2337BorderTop = new BorderFormat(cf.BorderTop);
13 references to BorderTop
PresentationFramework (13)
System\Windows\Documents\RtfToXamlReader.cs (7)
2337BorderTop = new BorderFormat(cf.BorderTop); 2649|| BorderTop.EffectiveWidth > 0 2697BorderTop.SetDefaults(); 2720sb.Append(Converters.TwipToPositiveVisiblePxString(BorderTop.EffectiveWidth)); 10594ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10609ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10645ConverterState.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;