4 references to BindingList
netstandard (1)
netstandard.cs (1)
188[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BindingList<>))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
174[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.BindingList<>))]
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingSource.cs (2)
514/// Creates an instance of <see cref="BindingList{T}"/> where T is only known at run time, 519Type genericType = typeof(BindingList<>);