3 references to CF_BITMAP
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
83
formatId = (ushort)CLIPBOARD_FORMAT.
CF_BITMAP
;
System.Private.Windows.Core (1)
System\Private\Windows\Ole\DataFormatsCore.cs (1)
148
T.Create(DataFormatNames.Bitmap, (int)CLIPBOARD_FORMAT.
CF_BITMAP
),
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
82
cfFormat = (ushort)CLIPBOARD_FORMAT.
CF_BITMAP
,