5 references to OBJ_BRUSH
System.Windows.Forms.Primitives.Tests (4)
System\Windows\Forms\DeviceContextScopeTests.cs (4)
69
HGDIOBJ current = PInvoke.GetCurrentObject(dcScope, OBJ_TYPE.
OBJ_BRUSH
);
81
current = PInvoke.GetCurrentObject(dcScope, OBJ_TYPE.
OBJ_BRUSH
);
90
current = PInvoke.GetCurrentObject(dcScope, OBJ_TYPE.
OBJ_BRUSH
);
104
current = PInvoke.GetCurrentObject(dcScope, OBJ_TYPE.
OBJ_BRUSH
);
System.Windows.Forms.Primitives.TestUtilities (1)
DeviceContextState.cs (1)
49
var hbrush = PInvoke.GetCurrentObject(hdc, OBJ_TYPE.
OBJ_BRUSH
);