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)); 10557ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10572ConverterState.CurrentBorder = formatState.RowFormat.RowCellFormat.BorderTop; 10608ConverterState.CurrentBorder = cf.BorderTop;
System\Windows\Documents\XamlToRtfWriter.cs (6)
1474WriteBorder("\\trbrdrt", cf.BorderTop); 1479WriteBorder("\\trbrdrh", cf.BorderTop); 1565WriteBorder("\\clbrdrt", cf.BorderTop); 3240cf.BorderTop.Type = BorderType.BorderSingle; 3241cf.BorderTop.Width = Converters.PxToTwipRounded(t.Top); 3262cf.BorderTop.CF = valueData;