1 write to HBRUSH
System.Windows.Forms.Primitives (1)
Windows\Win32\CreateBrushScope.cs (1)
31HBRUSH = color.IsSystemColor
7 references to HBRUSH
System.Windows.Forms.Primitives (7)
Windows\Win32\CreateBrushScope.cs (7)
10/// Helper to scope the lifetime of a <see cref="HBRUSH"/>. 37public static implicit operator HBRUSH(in CreateBrushScope scope) => scope.HBRUSH; 38public static implicit operator HGDIOBJ(in CreateBrushScope scope) => scope.HBRUSH; 40public bool IsNull => HBRUSH.IsNull; 44if (!HBRUSH.IsNull) 47PInvokeCore.DeleteObject(HBRUSH); 58if (HBRUSH.IsNull)