4 references to new
System.Windows.Forms.Tests (4)
System\Windows\Forms\BindingCompleteEventArgsTests.cs (1)
21
BindingCompleteEventArgs e =
new
(binding, state, context);
System\Windows\Forms\BindingTests.cs (3)
322
yield return new object[] { new
BindingCompleteEventArgs
(null, BindingCompleteState.Success, BindingCompleteContext.ControlUpdate) };
378
yield return new object[] { new
BindingCompleteEventArgs
(null, BindingCompleteState.Success, BindingCompleteContext.ControlUpdate), new NullReferenceException() };
411
yield return new object[] { new
BindingCompleteEventArgs
(null, BindingCompleteState.Success, BindingCompleteContext.ControlUpdate), new SecurityException() };