10 writes to Width
PresentationFramework (10)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
1910Width = cb.Width; 11021ConverterState.CurrentBorder.Width = token.Parameter;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (8)
3232pf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3234pf.BorderRight.Width = Converters.PxToTwipRounded(t.Right); 3236pf.BorderTop.Width = Converters.PxToTwipRounded(t.Top); 3238pf.BorderBottom.Width = Converters.PxToTwipRounded(t.Bottom); 3245cf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3247cf.BorderRight.Width = Converters.PxToTwipRounded(t.Right); 3249cf.BorderTop.Width = Converters.PxToTwipRounded(t.Top); 3251cf.BorderBottom.Width = Converters.PxToTwipRounded(t.Bottom);
3 references to Width
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
1910Width = cb.Width; 1953case BorderType.BorderDouble: return Width * 2; 1955case BorderType.BorderSingle: return Width;