3 references to BindingNavigator
System.Windows.Forms.Tests (2)
BindingNavigatorTests.cs (2)
45
ArgumentNullException ex = Assert.Throws<ArgumentNullException>(() => new
BindingNavigator
(nullContainer));
48
using BindingNavigator bn =
new
(mockContainer.Object);
TestPassApp (1)
DataControls.Designer.cs (1)
33
this.bindingNavigator1 = new System.Windows.Forms.
BindingNavigator
(this.components);