1 write to _instance
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (1)
24
_instance
= instance;
8 references to _instance
System.Windows.Forms (8)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (8)
27
AttributeCollection ICustomTypeDescriptor.GetAttributes() => GetAttributes(
_instance
);
29
string? ICustomTypeDescriptor.GetClassName() => GetClassName(
_instance
);
33
using var dispatch = ComHelpers.TryGetComScope<IDispatch>(
_instance
, out HRESULT hr);
44
PropertyDescriptor? ICustomTypeDescriptor.GetDefaultProperty() => _handler.GetDefaultProperty(
_instance
);
47
object? ICustomTypeDescriptor.GetEditor(Type editorBaseType) => GetEditor(
_instance
, editorBaseType);
55
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => _handler.GetProperties(
_instance
);
58
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[]? attributes) => _handler.GetProperties(
_instance
);
60
object? ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor? pd) =>
_instance
;