1 write to _handler
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (1)
23
_handler
= handler;
3 references to _handler
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (3)
44
PropertyDescriptor? ICustomTypeDescriptor.GetDefaultProperty() =>
_handler
.GetDefaultProperty(_instance);
55
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() =>
_handler
.GetProperties(_instance);
58
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[]? attributes) =>
_handler
.GetProperties(_instance);