5 references to BinaryFormatBitmap
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
161DataFormatNames.Bitmap or DataFormatNames.BinaryFormatBitmap =>
System.Private.Windows.Core (3)
System\Private\Windows\Ole\DataFormatNames.cs (3)
108formats.Add(BinaryFormatBitmap); 110case BinaryFormatBitmap: 155or BinaryFormatBitmap
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
142DataFormatNames.Bitmap or DataFormatNames.BinaryFormatBitmap => type == typeof(Bitmap) || type == typeof(Image),