4 references to HBRUSH
System.Private.Windows.Core (4)
Windows.Win32.HBRUSH.g.cs (4)
31
internal HBRUSH(IntPtr value):
this
((void*)value)
41
public static explicit operator HBRUSH(void* value) => new
HBRUSH
(value);
57
public static explicit operator HBRUSH(IntPtr value) => new
HBRUSH
((void*)value.ToPointer());
59
public static explicit operator HBRUSH(UIntPtr value) => new
HBRUSH
((void*)value.ToPointer());