6 references to AllowNew
System.ComponentModel.TypeConverter (6)
System\ComponentModel\BindingList.cs (6)
103bool allowNewWasTrue = AllowNew; 105if (allowNewWasTrue != AllowNew) 112bool allowNewWasTrue = AllowNew; 114if (allowNewWasTrue != AllowNew) 341bool oldAllowNewValue = AllowNew; 353bool IBindingList.AllowNew => AllowNew;