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