8 instantiations of CellWidth
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
2314
Width = new
CellWidth
();
2325
Width = new
CellWidth
(cf.Width);
2785
_widthA = new
CellWidth
();
2786
_widthB = new
CellWidth
();
2787
_widthRow = new
CellWidth
();
2798
_widthA = new
CellWidth
(ri.WidthA);
2799
_widthB = new
CellWidth
(ri.WidthB);
2800
_widthRow = new
CellWidth
(ri.WidthRow);
9 references to CellWidth
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
2265
internal CellWidth(
CellWidth
cw)
2489
internal
CellWidth
Width
2765
private
CellWidth
_width;
2843
internal
CellWidth
WidthA
2851
internal
CellWidth
WidthB
2859
internal
CellWidth
WidthRow
3049
private
CellWidth
_widthA;
3050
private
CellWidth
_widthB;
3051
private
CellWidth
_widthRow;