4 references to GetPropertyValue
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (2)
156
hr = ComNativeDescriptor.
GetPropertyValue
(dispatch, PInvokeCore.DISPID_Name, out _);
449
hr = ComNativeDescriptor.
GetPropertyValue
(dispatch, info.DispId, out object? pvar);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (2)
111
HRESULT hr =
GetPropertyValue
(dispatch, dispid, out object? value);
139
:
GetPropertyValue
(dispatch, dispid, out value);