2 references to CreatePenScope
System.Windows.Forms.Primitives (2)
Windows\Win32\CreatePenScope.cs (2)
32public static implicit operator HPEN(in CreatePenScope scope) => scope.HPEN; 33public static implicit operator HGDIOBJ(in CreatePenScope scope) => (HGDIOBJ)scope.HPEN.Value;