2 writes to _events
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
461
_events
= new EventDescriptorCollection(eventArray, true);
559
_events
= null;
3 references to _events
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (3)
40
internal bool IsPopulated => (_attributes != null) | (
_events
!= null) | (_properties != null);
441
if (
_events
== null)
464
return
_events
;