2 writes to _typeOfControl
System.Windows.Forms (2)
System\Windows\Forms\Internal\TypedControlCollection.cs (2)
20_typeOfControl = typeOfControl; 27_typeOfControl = typeOfControl;
2 references to _typeOfControl
System.Windows.Forms (2)
System\Windows\Forms\Internal\TypedControlCollection.cs (2)
46if (!_typeOfControl.IsAssignableFrom(value.GetType())) 48throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, string.Format(SR.TypedControlCollectionShouldBeOfType, _typeOfControl.Name)), value.GetType().Name);