3 implementations of IsValidTypeForFormat
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Ole\ClipboardCoreTests.cs (1)
42static bool IOleServices.IsValidTypeForFormat(Type type, string format) => throw new NotImplementedException();
System\Private\Windows\Ole\MockOleServices.cs (1)
21static bool IOleServices.IsValidTypeForFormat(Type type, string format) => true;
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
140static bool IOleServices.IsValidTypeForFormat(Type type, string format) => format switch
1 reference to IsValidTypeForFormat
System.Private.Windows.Core (1)
System\Private\Windows\Ole\ClipboardCore.cs (1)
289_ => TOleServices.IsValidTypeForFormat(type, format)