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