1 instantiation of Selection
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
377this.selection = new Selection(serviceContainer);
3 references to Selection
System.Web.DataVisualization (3)
Common\General\Selection.cs (2)
1470/// Initializes a new instance of the <see cref="Selection"/> class. 3374if (serviceType == typeof(Selection))
WebForm\ChartWebControl.cs (1)
239internal Selection selection = null;