1 write to _itemTypeProperties
System.ComponentModel.TypeConverter (1)
System\ComponentModel\BindingList.cs (1)
518_itemTypeProperties = TypeDescriptor.GetProperties(typeof(T));
3 references to _itemTypeProperties
System.ComponentModel.TypeConverter (3)
System\ComponentModel\BindingList.cs (3)
515if (null == _itemTypeProperties) 519Debug.Assert(_itemTypeProperties != null); 522PropertyDescriptor? pd = _itemTypeProperties.Find(e.PropertyName, true);