3 references to GdipGetCellDescent
System.Drawing.Common (1)
System\Drawing\FontFamily.cs (1)
324PInvokeGdiPlus.GdipGetCellDescent(NativeFamily, (int)style, &cellDescent).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3110 /// <inheritdoc cref="GdipGetCellDescent(winmdroot.Graphics.GdiPlus.GpFontFamily*, int, ushort*)"/> 3117 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetCellDescent(familyLocal, style, CellDescentLocal);