1 write to _propertyDescriptor
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyPageUITypeConverter.cs (1)
22
_propertyDescriptor
= propertyDescriptor;
4 references to _propertyDescriptor
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyPageUITypeConverter.cs (4)
41
instance =
_propertyDescriptor
.TargetObject;
44
instance = customTypeDescriptor.GetPropertyOwner(
_propertyDescriptor
);
49
propertyPageService.ShowPropertyPage(
_propertyDescriptor
.Name, instance,
_propertyDescriptor
.DISPID, _guid, parentHandle);