1 write to _propertyDescriptor
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\Com2PropertyDescriptor.Com2PropDescMainConverter.cs (1)
29
_propertyDescriptor
= propertyDescriptor;
5 references to _propertyDescriptor
System.Windows.Forms (5)
System\Windows\Forms\ComponentModel\COM2Interop\Com2PropertyDescriptor.Com2PropDescMainConverter.cs (5)
39
&&
_propertyDescriptor
.IsLastKnownValue(value)
40
&& !(
_propertyDescriptor
.PropertyType?.IsEnum ?? false))
44
:
_propertyDescriptor
.GetDisplayValue((string?)baseConversion);
78
if ((
_propertyDescriptor
._valueConverter is { } converter && converter.AllowExpand)
79
|| Com2IVsPerPropertyBrowsingHandler.AllowChildProperties(
_propertyDescriptor
))