public ComboBox() { views = new CellViewCollection((ICellContainer)WidgetEventSink); }
public ListViewColumn() { views = new CellViewCollection(this); }
public ListBox() { views = new CellViewCollection((ICellContainer)BackendHost); }