4 references to GetPredefinedValue
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxPerPropertyBrowsingEnum.cs (1)
103
HRESULT hr = propertyBrowsing.Value->
GetPredefinedValue
(_target.Dispid, cookie, &var);
System\Windows\Forms\ComponentModel\COM2Interop\Com2IPerPropertyBrowsingHandler.Com2IPerPropertyBrowsingEnum.cs (1)
106
hr = ppb.Value->
GetPredefinedValue
(Target.DISPID, cookie, &variant);
System.Windows.Forms.Primitives (2)
Windows.Win32.IPerPropertyBrowsing.g.cs (2)
185
/// <inheritdoc cref="
GetPredefinedValue
(int, uint, winmdroot.System.Variant.VARIANT*)"/>
190
winmdroot.Foundation.HRESULT __result = this.
GetPredefinedValue
(dispID, dwCookie, pVarOutLocal);