1 instantiation of WmfPlaceableFileHeader
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
4849WmfPlaceableFileHeader header = new WmfPlaceableFileHeader();
9 references to WmfPlaceableFileHeader
System.Drawing (8)
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
2726WmfPlaceableFileHeader wmfplaceable, 2756internal static extern int GdipCreateMetafileFromWmf(HandleRef hMetafile, [MarshalAs(UnmanagedType.Bool)]bool deleteWmf, WmfPlaceableFileHeader wmfplacealbeHeader, out IntPtr metafile);
commonui\System\Drawing\Advanced\Metafile.cs (6)
46/// <see cref='System.Drawing.Imaging.WmfPlaceableFileHeader'/>. 51public Metafile(IntPtr hmetafile, WmfPlaceableFileHeader wmfHeader) : 58/// <see cref='System.Drawing.Imaging.WmfPlaceableFileHeader'/>. 63public Metafile(IntPtr hmetafile, WmfPlaceableFileHeader wmfHeader, bool deleteWmf) { 84/// specified handle and <see cref='System.Drawing.Imaging.WmfPlaceableFileHeader'/>. 765public static MetafileHeader GetMetafileHeader(IntPtr hmetafile, WmfPlaceableFileHeader wmfHeader)
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
4849WmfPlaceableFileHeader header = new WmfPlaceableFileHeader();