8 instantiations of CellWidth
PresentationFramework (8)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (8)
2358Width = new CellWidth(); 2369Width = 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)
2309internal CellWidth(CellWidth cw) 2533internal CellWidth Width 2824private CellWidth _width; 2902internal CellWidth WidthA 2910internal CellWidth WidthB 2918internal CellWidth WidthRow 3108private CellWidth _widthA; 3109private CellWidth _widthB; 3110private CellWidth _widthRow;