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