4 references to ConvertAndFree
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
307string?[] names = caStrings.ConvertAndFree();
System\Windows\Forms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
124string?[] names = caStrings.ConvertAndFree();
System.Windows.Forms.Primitives.Tests (2)
Interop\Ole32\CALPOLESTRTests.cs (2)
16string?[] values = ca.ConvertAndFree(); 26string?[] values = ca.ConvertAndFree();