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