8 instantiations of CellWidth
PresentationFramework (8)
System\Windows\Documents\RtfToXamlReader.cs (8)
2315Width = new CellWidth(); 2326Width = 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)
2266internal CellWidth(CellWidth cw) 2490internal CellWidth Width 2766private CellWidth _width; 2844internal CellWidth WidthA 2852internal CellWidth WidthB 2860internal CellWidth WidthRow 3050private CellWidth _widthA; 3051private CellWidth _widthB; 3052private CellWidth _widthRow;