9 writes to Width
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (1)
1888Width = cb.Width;
System\Windows\Documents\XamlToRtfWriter.cs (8)
3224pf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3226pf.BorderRight.Width = Converters.PxToTwipRounded(t.Right); 3228pf.BorderTop.Width = Converters.PxToTwipRounded(t.Top); 3230pf.BorderBottom.Width = Converters.PxToTwipRounded(t.Bottom); 3237cf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3239cf.BorderRight.Width = Converters.PxToTwipRounded(t.Right); 3241cf.BorderTop.Width = Converters.PxToTwipRounded(t.Top); 3243cf.BorderBottom.Width = Converters.PxToTwipRounded(t.Bottom);
4 references to Width
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
1888Width = cb.Width; 1931case BorderType.BorderDouble: return Width * 2; 1933case BorderType.BorderSingle: return Width; 10834ConverterState.CurrentBorder?.Width = token.Parameter;