4 references to Dispid
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.AxPerPropertyBrowsingEnum.cs (1)
103
HRESULT hr = propertyBrowsing.Value->GetPredefinedValue(_target.
Dispid
, cookie, &var);
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
82
UpdateTypeConverterAndTypeEditorInternal(force: false,
Dispid
);
System\Windows\Forms\ActiveX\AxHost.AxPropertyTypeEditor.cs (1)
34
_propertyDescriptor._owner.ShowPropertyPageForDispid(_propertyDescriptor.
Dispid
, _guid);
System\Windows\Forms\ActiveX\AxHost.cs (1)
2715
if (prop is AxPropertyDescriptor axprop && axprop.
Dispid
== dispid)