4 references to GdipGetPenDashCount
System.Drawing.Common (2)
System\Drawing\Pen.cs (2)
695PInvokeGdiPlus.GdipGetPenDashCount(NativePen, &count); 737PInvokeGdiPlus.GdipGetPenDashCount(NativePen, &count).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4703 /// <inheritdoc cref="GdipGetPenDashCount(winmdroot.Graphics.GdiPlus.GpPen*, int*)"/> 4710 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetPenDashCount(penLocal, countLocal);