Base:
method
GetStandardValuesSupported
System.ComponentModel.TypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)
1 override of GetStandardValuesSupported
PresentationFramework (1)
src\Framework\System\Windows\NullableBoolConverter.cs (1)
37
public override bool
GetStandardValuesSupported
(ITypeDescriptorContext context)
1 reference to GetStandardValuesSupported
System (1)
compmod\system\componentmodel\NullableConverter.cs (1)
182
if (
GetStandardValuesSupported
(context) && values != null) {