2 references to CreateBrushScope
System.Windows.Forms.Primitives (2)
Windows\Win32\CreateBrushScope.cs (2)
37public static implicit operator HBRUSH(in CreateBrushScope scope) => scope.HBRUSH; 38public static implicit operator HGDIOBJ(in CreateBrushScope scope) => scope.HBRUSH;