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