1 instantiation of CALPOLESTR
System.Windows.Forms.Primitives.Tests (1)
Interop\Ole32\CALPOLESTRTests.cs (1)
35CALPOLESTR ca = new()
18 references to CALPOLESTR
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
295CALPOLESTR caStrings = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
105CALPOLESTR caStrings = default;
System.Windows.Forms.Primitives (11)
Windows.Win32.IPerPropertyBrowsing.g.cs (8)
133 /// <inheritdoc cref="GetPredefinedStrings(int, winmdroot.System.Ole.CALPOLESTR*, winmdroot.System.Ole.CADWORD*)"/> 134 internal unsafe winmdroot.Foundation.HRESULT GetPredefinedStrings(int dispID, out winmdroot.System.Ole.CALPOLESTR pCaStringsOut, out winmdroot.System.Ole.CADWORD pCaCookiesOut) 138 fixed (winmdroot.System.Ole.CALPOLESTR* pCaStringsOutLocal = &pCaStringsOut) 149 private static winmdroot.Foundation.HRESULT GetPredefinedStrings(IPerPropertyBrowsing* pThis, int dispID, winmdroot.System.Ole.CALPOLESTR* pCaStringsOut, winmdroot.System.Ole.CADWORD* pCaCookiesOut) 180 public unsafe winmdroot.Foundation.HRESULT GetPredefinedStrings(int dispID, winmdroot.System.Ole.CALPOLESTR* pCaStringsOut, winmdroot.System.Ole.CADWORD* pCaCookiesOut) 182 return ((delegate *unmanaged [Stdcall]<IPerPropertyBrowsing*,int ,winmdroot.System.Ole.CALPOLESTR* ,winmdroot.System.Ole.CADWORD* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPerPropertyBrowsing*)Unsafe.AsPointer(ref this), dispID, pCaStringsOut, pCaCookiesOut); 263 internal delegate *unmanaged [Stdcall]<IPerPropertyBrowsing*,int ,winmdroot.System.Ole.CALPOLESTR* ,winmdroot.System.Ole.CADWORD* ,winmdroot.Foundation.HRESULT> GetPredefinedStrings_6; 301 unsafe winmdroot.Foundation.HRESULT GetPredefinedStrings(int dispID, winmdroot.System.Ole.CALPOLESTR* pCaStringsOut, winmdroot.System.Ole.CADWORD* pCaCookiesOut);
Windows.Win32.System_Ole_IPerPropertyBrowsing_Extensions.g.cs (3)
33 /// <inheritdoc cref="winmdroot.System.Ole.IPerPropertyBrowsing.Interface.GetPredefinedStrings(int, winmdroot.System.Ole.CALPOLESTR*, winmdroot.System.Ole.CADWORD*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetPredefinedStrings(this winmdroot.System.Ole.IPerPropertyBrowsing.Interface @this, int dispID, out winmdroot.System.Ole.CALPOLESTR pCaStringsOut, out winmdroot.System.Ole.CADWORD pCaCookiesOut) 38 fixed (winmdroot.System.Ole.CALPOLESTR* pCaStringsOutLocal = &pCaStringsOut)
System.Windows.Forms.Primitives.Tests (5)
Interop\Ole32\CALPOLESTRTests.cs (5)
14CALPOLESTR ca = CreateStringVector("Swizzle"); 24CALPOLESTR ca = default; 30private static CALPOLESTR CreateStringVector(params string[] values) 33private static unsafe CALPOLESTR CreateStringVector(IList<IntPtr>? allocations, params string[] values) 35CALPOLESTR ca = new()