2 writes to typeOfControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
541this.typeOfControl = typeOfControl; 546this.typeOfControl = typeOfControl;
2 references to typeOfControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
560if (!typeOfControl.IsAssignableFrom(value.GetType())) { 561throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.TypedControlCollectionShouldBeOfType, typeOfControl.Name)), value.GetType().Name);