3 implementations of IsValidTypeForFormat
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Ole\ClipboardCoreTests.cs (1)
42
static bool IOleServices.
IsValidTypeForFormat
(Type type, string format) => throw new NotImplementedException();
System\Private\Windows\Ole\MockOleServices.cs (1)
21
static bool IOleServices.
IsValidTypeForFormat
(Type type, string format) => true;
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
140
static 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)