8 instantiations of CellWidth
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
2313
Width = new
CellWidth
();
2324
Width = new
CellWidth
(cf.Width);
2784
_widthA = new
CellWidth
();
2785
_widthB = new
CellWidth
();
2786
_widthRow = new
CellWidth
();
2797
_widthA = new
CellWidth
(ri.WidthA);
2798
_widthB = new
CellWidth
(ri.WidthB);
2799
_widthRow = new
CellWidth
(ri.WidthRow);
9 references to CellWidth
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
2264
internal CellWidth(
CellWidth
cw)
2488
internal
CellWidth
Width
2764
private
CellWidth
_width;
2842
internal
CellWidth
WidthA
2850
internal
CellWidth
WidthB
2858
internal
CellWidth
WidthRow
3048
private
CellWidth
_widthA;
3049
private
CellWidth
_widthB;
3050
private
CellWidth
_widthRow;