8 instantiations of CellWidth
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
2314Width = new CellWidth(); 2325Width = 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)
2265internal CellWidth(CellWidth cw) 2489internal CellWidth Width 2765private CellWidth _width; 2843internal CellWidth WidthA 2851internal CellWidth WidthB 2859internal CellWidth WidthRow 3049private CellWidth _widthA; 3050private CellWidth _widthB; 3051private CellWidth _widthRow;