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)
515
if (null ==
_itemTypeProperties
)
519
Debug.Assert(
_itemTypeProperties
!= null);
522
PropertyDescriptor? pd =
_itemTypeProperties
.Find(e.PropertyName, true);