1 write to ReceiverType
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ExtenderProvidedPropertyAttribute.cs (1)
24
ReceiverType
= receiverType,
6 references to ReceiverType
System.ComponentModel.TypeConverter (6)
System\ComponentModel\ExtenderProvidedPropertyAttribute.cs (5)
70
Debug.Assert(other.
ReceiverType
== null);
72
Debug.Assert(
ReceiverType
== null);
79
&& other.
ReceiverType
!.Equals(
ReceiverType
);
84
public override bool IsDefaultAttribute() =>
ReceiverType
== null;
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
615
Type? receiverType = eppa.
ReceiverType
;