3 references to BindingSource
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingSourceTests.cs (1)
867public SubBindingSource(IContainer container) : base(container)
System.Windows.Forms.UI.IntegrationTests (1)
DataGridViewTests.cs (1)
51using BindingSource bindingSource = new(components)
TestPassApp (1)
DataControls.Designer.cs (1)
64this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);