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