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