8 instantiations of CellWidth
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
2315
Width = new
CellWidth
();
2326
Width = new
CellWidth
(cf.Width);
2786
_widthA = new
CellWidth
();
2787
_widthB = new
CellWidth
();
2788
_widthRow = new
CellWidth
();
2799
_widthA = new
CellWidth
(ri.WidthA);
2800
_widthB = new
CellWidth
(ri.WidthB);
2801
_widthRow = new
CellWidth
(ri.WidthRow);
9 references to CellWidth
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
2266
internal CellWidth(
CellWidth
cw)
2490
internal
CellWidth
Width
2766
private
CellWidth
_width;
2844
internal
CellWidth
WidthA
2852
internal
CellWidth
WidthB
2860
internal
CellWidth
WidthRow
3050
private
CellWidth
_widthA;
3051
private
CellWidth
_widthB;
3052
private
CellWidth
_widthRow;