1 instantiation of Selection
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
377
this.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.
3374
if (serviceType == typeof(
Selection
))
WebForm\ChartWebControl.cs (1)
239
internal
Selection
selection = null;