4 instantiations of CA_STRUCT
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (2)
7225NativeMethods.CA_STRUCT caStrings = new NativeMethods.CA_STRUCT(); 7226NativeMethods.CA_STRUCT caCookies = new NativeMethods.CA_STRUCT();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (2)
113NativeMethods.CA_STRUCT caStrings = new NativeMethods.CA_STRUCT(); 114NativeMethods.CA_STRUCT caCookies = new NativeMethods.CA_STRUCT();
9 references to CA_STRUCT
System.Windows.Forms (9)
winforms\Managed\System\WinForms\AxHost.cs (2)
7225NativeMethods.CA_STRUCT caStrings = new NativeMethods.CA_STRUCT(); 7226NativeMethods.CA_STRUCT caCookies = new NativeMethods.CA_STRUCT();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\BaseCAMarshaler.cs (1)
37protected BaseCAMarshaler(NativeMethods.CA_STRUCT caStruct) : base() {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (2)
113NativeMethods.CA_STRUCT caStrings = new NativeMethods.CA_STRUCT(); 114NativeMethods.CA_STRUCT caCookies = new NativeMethods.CA_STRUCT();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\Int32CAMarshaler.cs (1)
20public Int32CAMarshaler(NativeMethods.CA_STRUCT caStruct) : base(caStruct) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\OleStrCAMarshaler.cs (1)
20public OleStrCAMarshaler(NativeMethods.CA_STRUCT caAddr) : base(caAddr) {
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4164CA_STRUCT pCaStringsOut, 4166CA_STRUCT pCaCookiesOut);