2 implementations of RecordCreate
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
162public void* RecordCreate() => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5729public void* RecordCreate() => throw new NotImplementedException();
1 reference to RecordCreate
System.Private.Windows.Core (1)
Windows.Win32.IRecordInfo.g.cs (1)
603 return __object.RecordCreate();