4 instantiations of FONTDESC
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3611
FONTDESC fdesc =
new
()
System\Windows\Forms\ActiveX\Control.ActiveXFontMarshaler.cs (1)
37
FONTDESC fontDesc =
new
()
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (2)
29
FONTDESC fontDesc =
new
()
61
FONTDESC 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
3599
private static
FONTDESC
GetFONTDESCFromFont(Font font)
3607
return (
FONTDESC
)cachedFDesc;
3611
FONTDESC
fdesc = new()
3613
cbSizeofstruct = (uint)sizeof(
FONTDESC
),
3681
FONTDESC
fontDesc = GetFONTDESCFromFont(font);
3738
FONTDESC
fontdesc = GetFONTDESCFromFont(font);
System\Windows\Forms\ActiveX\Control.ActiveXFontMarshaler.cs (2)
37
FONTDESC
fontDesc = new()
39
cbSizeofstruct = (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)
29
FONTDESC
fontDesc = new()
31
cbSizeofstruct = (uint)sizeof(
FONTDESC
),
61
FONTDESC
fontDesc = new()
63
cbSizeofstruct = (uint)sizeof(
FONTDESC
),