2 writes to Trleft
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (1)
10495
formatState.RowFormat.
Trleft
= token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (1)
1907
dnThis.FormatState.RowFormat.
Trleft
= dnThis.FormatState.LI;
5 references to Trleft
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (5)
2967
long cellx =
Trleft
;
3003
cf.Width.Value = (cfPrev == null) ? cf.CellX -
Trleft
: cf.CellX - cfPrev.CellX;
3029
long nCellX =
Trleft
;
5135
xamlStringBuilder.Append(Converters.TwipToPositivePxString(rf.
Trleft
));
5335
prevX = FormatState.RowFormat.
Trleft
;