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)
27AttributeCollection ICustomTypeDescriptor.GetAttributes() => GetAttributes(_instance); 29string? ICustomTypeDescriptor.GetClassName() => GetClassName(_instance); 33using var dispatch = ComHelpers.TryGetComScope<IDispatch>(_instance, out HRESULT hr); 44PropertyDescriptor? ICustomTypeDescriptor.GetDefaultProperty() => _handler.GetDefaultProperty(_instance); 47object? ICustomTypeDescriptor.GetEditor(Type editorBaseType) => GetEditor(_instance, editorBaseType); 55PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => _handler.GetProperties(_instance); 58PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[]? attributes) => _handler.GetProperties(_instance); 60object? ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor? pd) => _instance;