7 references to IsValidTypeForFormat
PresentationCore (3)
System\Windows\clipboard.cs (2)
448
if (!ClipboardCore.
IsValidTypeForFormat
(typeof(T), format)
481
if (!ClipboardCore.
IsValidTypeForFormat
(typeof(T), format)
System\Windows\dataobject.cs (1)
179
if (!ClipboardCore.
IsValidTypeForFormat
(typeof(T), format))
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\TestDataObject.cs (1)
102
if (!ClipboardCore<TOleServices>.
IsValidTypeForFormat
(typeof(T), format))
System.Windows.Forms (3)
System\Windows\Forms\OLE\Clipboard.cs (2)
312
if (!ClipboardCore.
IsValidTypeForFormat
(typeof(T), format)
345
if (!ClipboardCore.
IsValidTypeForFormat
(typeof(T), format)
System\Windows\Forms\OLE\DataObject.cs (1)
270
if (!ClipboardCore.
IsValidTypeForFormat
(typeof(T), format))