2 writes to Trleft
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
10556formatState.RowFormat.Trleft = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
1910dnThis.FormatState.RowFormat.Trleft = dnThis.FormatState.LI;
5 references to Trleft
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (5)
3025long cellx = Trleft; 3061cf.Width.Value = (cfPrev == null) ? cf.CellX - Trleft : cf.CellX - cfPrev.CellX; 3087long nCellX = Trleft; 5189xamlStringBuilder.Append(Converters.TwipToPositivePxString(rf.Trleft)); 5389prevX = FormatState.RowFormat.Trleft;