1 write to Left
PresentationFramework (1)
System\Windows\Documents\XamlToRtfWriter.cs (1)
3834xthickness.Left = (float)d;
8 references to Left
PresentationFramework (8)
System\Windows\Documents\XamlToRtfWriter.cs (8)
3184formatState.LI = Converters.PxToTwipRounded(thickness.Left); 3200formatState.ParaBorder.Spacing = Converters.PxToTwipRounded(t.Left); 3206cf.PaddingLeft = Converters.PxToTwipRounded(t.Left); 3224pf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3237cf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3856xthickness.Top = xthickness.Left; 3857xthickness.Right = xthickness.Left; 3858xthickness.Bottom = xthickness.Left;