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