10 writes to Width
PresentationFramework (10)
System\Windows\Documents\RtfToXamlReader.cs (2)
1887Width = cb.Width; 10927ConverterState.CurrentBorder.Width = token.Parameter;
System\Windows\Documents\XamlToRtfWriter.cs (8)
3225pf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3227pf.BorderRight.Width = Converters.PxToTwipRounded(t.Right); 3229pf.BorderTop.Width = Converters.PxToTwipRounded(t.Top); 3231pf.BorderBottom.Width = Converters.PxToTwipRounded(t.Bottom); 3238cf.BorderLeft.Width = Converters.PxToTwipRounded(t.Left); 3240cf.BorderRight.Width = Converters.PxToTwipRounded(t.Right); 3242cf.BorderTop.Width = Converters.PxToTwipRounded(t.Top); 3244cf.BorderBottom.Width = Converters.PxToTwipRounded(t.Bottom);
3 references to Width
PresentationFramework (3)
System\Windows\Documents\RtfToXamlReader.cs (3)
1887Width = cb.Width; 1930case BorderType.BorderDouble: return Width * 2; 1932case BorderType.BorderSingle: return Width;