1 write to Left
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
3843xthickness.Left = (float)d;
8 references to Left
PresentationFramework (8)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (8)
3192formatState.LI = Converters.PxToTwipRounded(thickness.Left); 3208formatState.ParaBorder.Spacing = Converters.PxToTwipRounded(t.Left); 3214cf.PaddingLeft = Converters.PxToTwipRounded(t.Left); 3232pf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3245cf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3865xthickness.Top = xthickness.Left; 3866xthickness.Right = xthickness.Left; 3867xthickness.Bottom = xthickness.Left;