10 references to PenType
System.Drawing.Common (6)
System\Drawing\Drawing2D\PenType.cs (5)
8SolidColor = GdiPlus.PenType.PenTypeSolidColor, 9HatchFill = GdiPlus.PenType.PenTypeHatchFill, 10TextureFill = GdiPlus.PenType.PenTypeTextureFill, 11PathGradient = GdiPlus.PenType.PenTypePathGradient, 12LinearGradient = GdiPlus.PenType.PenTypeLinearGradient
System\Drawing\Pen.cs (1)
536GdiPlus.PenType type;
System.Private.Windows.GdiPlus (4)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (4)
4767 /// <inheritdoc cref="GdipGetPenFillType(winmdroot.Graphics.GdiPlus.GpPen*, winmdroot.Graphics.GdiPlus.PenType*)"/> 4768 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetPenFillType(ref winmdroot.Graphics.GdiPlus.GpPen pen, ref winmdroot.Graphics.GdiPlus.PenType type) 4770 fixed (winmdroot.Graphics.GdiPlus.PenType* typeLocal = &type) 4781 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetPenFillType(winmdroot.Graphics.GdiPlus.GpPen* pen, winmdroot.Graphics.GdiPlus.PenType* type);