3 references to GdipGetPenCompoundCount
System.Drawing.Common (1)
System\Drawing\Pen.cs (1)
798PInvokeGdiPlus.GdipGetPenCompoundCount(NativePen, &count).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4623 /// <inheritdoc cref="GdipGetPenCompoundCount(winmdroot.Graphics.GdiPlus.GpPen*, int*)"/> 4630 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetPenCompoundCount(penLocal, countLocal);