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