4 references to GetPredefinedStrings
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
298
hr = propertyBrowsing.Value->
GetPredefinedStrings
(dispid, &caStrings, &caCookies);
System\Windows\Forms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
108
hr = propertyBrowsing.Value->
GetPredefinedStrings
(sender.DISPID, &caStrings, &caCookies);
System.Windows.Forms.Primitives (2)
Windows.Win32.IPerPropertyBrowsing.g.cs (2)
133
/// <inheritdoc cref="
GetPredefinedStrings
(int, winmdroot.System.Ole.CALPOLESTR*, winmdroot.System.Ole.CADWORD*)"/>
140
winmdroot.Foundation.HRESULT __result = this.
GetPredefinedStrings
(dispID, pCaStringsOutLocal, pCaCookiesOutLocal);