2 references to CLIPBRD_E_BAD_DATA
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
423
Debug.WriteLineIf(hr == HRESULT.
CLIPBRD_E_BAD_DATA
, "CLIPBRD_E_BAD_DATA returned when trying to get clipboard data.");
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
100
Debug.WriteLineIf(result == HRESULT.
CLIPBRD_E_BAD_DATA
, "CLIPBRD_E_BAD_DATA returned when trying to get clipboard data.");