3 implementations of AllowTypeWithoutResolver
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Ole\ClipboardCoreTests.cs (1)
38static bool IOleServices.AllowTypeWithoutResolver<T>() => throw new NotImplementedException();
System\Private\Windows\Ole\MockOleServices.cs (1)
18static bool IOleServices.AllowTypeWithoutResolver<T>() => true;
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
125static bool IOleServices.AllowTypeWithoutResolver<T>() =>
1 reference to AllowTypeWithoutResolver
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
407&& !TOleServices.AllowTypeWithoutResolver<T>()