12 references to PGM_FIRST
UIAutomationClientsideProviders (12)
MS\Win32\NativeMethods.cs (12)
167internal const int PGM_SETCHILD = (PGM_FIRST + 1); 168internal const int PGM_RECALCSIZE = (PGM_FIRST + 2); 169internal const int PGM_FORWARDMOUSE = (PGM_FIRST + 3); 170internal const int PGM_SETBKCOLOR = (PGM_FIRST + 4); 171internal const int PGM_GETBKCOLOR = (PGM_FIRST + 5); 172internal const int PGM_SETBORDER = (PGM_FIRST + 6); 173internal const int PGM_GETBORDER = (PGM_FIRST + 7); 174internal const int PGM_SETPOS = (PGM_FIRST + 8); 175internal const int PGM_GETPOS = (PGM_FIRST + 9); 176internal const int PGM_SETBUTTONSIZE = (PGM_FIRST + 10); 177internal const int PGM_GETBUTTONSIZE = (PGM_FIRST + 11); 178internal const int PGM_GETBUTTONSTATE = (PGM_FIRST + 12);