8 instantiations of CellWidth
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
2313Width = new CellWidth(); 2324Width = 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)
2264internal CellWidth(CellWidth cw) 2488internal CellWidth Width 2764private CellWidth _width; 2842internal CellWidth WidthA 2850internal CellWidth WidthB 2858internal CellWidth WidthRow 3048private CellWidth _widthA; 3049private CellWidth _widthB; 3050private CellWidth _widthRow;