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