2 implementations of IsMatchingType
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
160public BOOL IsMatchingType(IRecordInfo* pRecordInfoInfo) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5727public BOOL IsMatchingType(IRecordInfo* pRecordInfoInfo) => throw new NotImplementedException();
1 reference to IsMatchingType
System.Private.Windows.Core (1)
Windows.Win32.IRecordInfo.g.cs (1)
571 return __object.IsMatchingType(pRecordInfo);