4 instantiations of FONTDESC
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3611FONTDESC fdesc = new()
System\Windows\Forms\ActiveX\Control.ActiveXFontMarshaler.cs (1)
37FONTDESC fontDesc = new()
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (2)
29FONTDESC fontDesc = new() 61FONTDESC fontDesc = new()
19 references to FONTDESC
System.Windows.Forms (11)
System\Windows\Forms\ActiveX\AxHost.cs (9)
3595/// Gets a cached <see cref="FONTDESC"/> for a given <see cref="Font"/>. The returned 3596/// <see cref="FONTDESC"/> must have it's <see cref="FONTDESC.lpstrName"/> populated with 3599private static FONTDESC GetFONTDESCFromFont(Font font) 3607return (FONTDESC)cachedFDesc; 3611FONTDESC fdesc = new() 3613cbSizeofstruct = (uint)sizeof(FONTDESC), 3681FONTDESC fontDesc = GetFONTDESCFromFont(font); 3738FONTDESC fontdesc = GetFONTDESCFromFont(font);
System\Windows\Forms\ActiveX\Control.ActiveXFontMarshaler.cs (2)
37FONTDESC fontDesc = new() 39cbSizeofstruct = (uint)sizeof(FONTDESC),
System.Windows.Forms.Primitives (4)
Windows.Win32.PInvoke.OLEAUT32.dll.g.cs (4)
65 /// <inheritdoc cref="OleCreateFontIndirect(winmdroot.System.Ole.FONTDESC*, global::System.Guid*, void**)"/> 67 internal static unsafe winmdroot.Foundation.HRESULT OleCreateFontIndirect(in winmdroot.System.Ole.FONTDESC lpFontDesc, in global::System.Guid riid, out void* lplpvObj) 73 fixed (winmdroot.System.Ole.FONTDESC* lpFontDescLocal = &lpFontDesc) 95 internal static extern unsafe winmdroot.Foundation.HRESULT OleCreateFontIndirect(winmdroot.System.Ole.FONTDESC* lpFontDesc, global::System.Guid* riid, void** lplpvObj);
System.Windows.Forms.Tests (4)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (4)
29FONTDESC fontDesc = new() 31cbSizeofstruct = (uint)sizeof(FONTDESC), 61FONTDESC fontDesc = new() 63cbSizeofstruct = (uint)sizeof(FONTDESC),