2 writes to Trleft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
10494formatState.RowFormat.Trleft = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
1906dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.LI;
5 references to Trleft
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
2966long cellx = Trleft; 3002cf.Width.Value = (cfPrev == null) ? cf.CellX - Trleft : cf.CellX - cfPrev.CellX; 3028long nCellX = Trleft; 5134xamlStringBuilder.Append(Converters.TwipToPositivePxString(rf.Trleft)); 5334prevX = FormatState.RowFormat.Trleft;