5 references to GET_GUI_RESOURCES_FLAGS
System.Drawing.Common.Tests (2)
System\Drawing\GdiPlusHandlesTests.cs (2)
33
uint initialHandles = PInvokeCore.GetGuiResources(processHandle,
GET_GUI_RESOURCES_FLAGS
.GR_GDIOBJECTS);
41
uint finalHandles = PInvokeCore.GetGuiResources(processHandle,
GET_GUI_RESOURCES_FLAGS
.GR_GDIOBJECTS);
System.Private.Windows.Core (2)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (2)
489
internal static uint GetGuiResources(winmdroot.Foundation.HANDLE hProcess, winmdroot.System.Threading.
GET_GUI_RESOURCES_FLAGS
uiFlags)
497
static extern uint LocalExternFunction(winmdroot.Foundation.HANDLE hProcess, winmdroot.System.Threading.
GET_GUI_RESOURCES_FLAGS
uiFlags);
System.Windows.Forms.UI.IntegrationTests (1)
ImageListTests.cs (1)
75
GET_GUI_RESOURCES_FLAGS
.GR_GDIOBJECTS);