3 instantiations of SubControl
System.Windows.Forms.Tests (3)
System\Windows\Forms\ErrorProviderTests.cs (3)
1128yield return new object[] { blinkStyle, new SubControl(), error, error ?? string.Empty }; 1129yield return new object[] { blinkStyle, new SubControl { Visible = false }, error, error ?? string.Empty }; 1130yield 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)
1137public void ErrorProvider_Items_CallEvents_Success(ErrorBlinkStyle blinkStyle, SubControl control, string error, string expected)