8 instantiations of CellWidth
PresentationFramework (8)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (8)
2358
Width = new
CellWidth
();
2369
Width = new
CellWidth
(cf.Width);
2844
_widthA = new
CellWidth
();
2845
_widthB = new
CellWidth
();
2846
_widthRow = new
CellWidth
();
2857
_widthA = new
CellWidth
(ri.WidthA);
2858
_widthB = new
CellWidth
(ri.WidthB);
2859
_widthRow = new
CellWidth
(ri.WidthRow);
9 references to CellWidth
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (9)
2309
internal CellWidth(
CellWidth
cw)
2533
internal
CellWidth
Width
2824
private
CellWidth
_width;
2902
internal
CellWidth
WidthA
2910
internal
CellWidth
WidthB
2918
internal
CellWidth
WidthRow
3108
private
CellWidth
_widthA;
3109
private
CellWidth
_widthB;
3110
private
CellWidth
_widthRow;