1 write to Left
PresentationFramework (1)
System\Windows\Documents\XamlToRtfWriter.cs (1)
3836xthickness.Left = (float)d;
8 references to Left
PresentationFramework (8)
System\Windows\Documents\XamlToRtfWriter.cs (8)
3186formatState.LI = Converters.PxToTwipRounded(thickness.Left); 3202formatState.ParaBorder.Spacing = Converters.PxToTwipRounded(t.Left); 3208cf.PaddingLeft = Converters.PxToTwipRounded(t.Left); 3226pf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3239cf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3858xthickness.Top = xthickness.Left; 3859xthickness.Right = xthickness.Left; 3860xthickness.Bottom = xthickness.Left;