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