3 instantiations of SubControl
System.Windows.Forms.Tests (3)
System\Windows\Forms\ErrorProviderTests.cs (3)
1128
yield return new object[] { blinkStyle, new
SubControl
(), error, error ?? string.Empty };
1129
yield return new object[] { blinkStyle, new
SubControl
{ Visible = false }, error, error ?? string.Empty };
1130
yield return new object[] { blinkStyle, new
SubControl
{ Parent = new() }, error, error ?? string.Empty };
1 reference to SubControl
System.Windows.Forms.Tests (1)
System\Windows\Forms\ErrorProviderTests.cs (1)
1137
public void ErrorProvider_Items_CallEvents_Success(ErrorBlinkStyle blinkStyle,
SubControl
control, string error, string expected)