2 instantiations of OleStrCAMarshaler
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
7254OleStrCAMarshaler stringMarshaler = new OleStrCAMarshaler(caStrings);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
142OleStrCAMarshaler stringMarshaler = new OleStrCAMarshaler(caStrings);
7 references to OleStrCAMarshaler
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (4)
7254OleStrCAMarshaler stringMarshaler = new OleStrCAMarshaler(caStrings); 7381private OleStrCAMarshaler nameMarshaller; 7385public AxPerPropertyBrowsingEnum(AxPropertyDescriptor targetObject, AxHost owner, OleStrCAMarshaler names, Int32CAMarshaler values, bool allowUnknowns) : base(new string[0], new object[0], allowUnknowns) { 7471internal void RefreshArrays( OleStrCAMarshaler names, Int32CAMarshaler values) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (3)
142OleStrCAMarshaler stringMarshaler = new OleStrCAMarshaler(caStrings); 209private OleStrCAMarshaler nameMarshaller; 214public Com2IPerPropertyBrowsingEnum(Com2PropertyDescriptor targetObject, Com2IPerPropertyBrowsingHandler handler, OleStrCAMarshaler names, Int32CAMarshaler values, bool allowUnknowns) : base(new string[0], new object[0], allowUnknowns) {