4 references to OleCreateFontIndirect
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.OLEAUT32.dll.g.cs (2)
65
/// <inheritdoc cref="
OleCreateFontIndirect
(winmdroot.System.Ole.FONTDESC*, global::System.Guid*, void**)"/>
75
winmdroot.Foundation.HRESULT __result = PInvoke.
OleCreateFontIndirect
(lpFontDescLocal, riidLocal, lplpvObjLocal);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (2)
37
PInvoke.
OleCreateFontIndirect
(&fontDesc, IID.Get<IFont>(), iFont).ThrowOnFailure();
69
PInvoke.
OleCreateFontIndirect
(&fontDesc, IID.Get<IFont>(), iFont).ThrowOnFailure();