5 references to Bitmap
System.Private.Windows.Core (5)
System\Private\Windows\Ole\DataFormatNames.cs (3)
106
case
Bitmap
:
110
formats.Add(
Bitmap
);
152
or
Bitmap
System\Private\Windows\Ole\DataFormatsCore.cs (1)
148
T.Create(DataFormatNames.
Bitmap
, (int)CLIPBOARD_FORMAT.CF_BITMAP),
System\Private\Windows\Ole\FormatEnumerator.cs (1)
46
tymed = format.Equals(DataFormatNames.
Bitmap
) ? ComTypes.TYMED.TYMED_GDI : ComTypes.TYMED.TYMED_HGLOBAL