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