12 references to PGM_FIRST
UIAutomationClientSideProviders (12)
MS\Win32\NativeMethods.cs (12)
150internal const int PGM_SETCHILD = (PGM_FIRST + 1); 151internal const int PGM_RECALCSIZE = (PGM_FIRST + 2); 152internal const int PGM_FORWARDMOUSE = (PGM_FIRST + 3); 153internal const int PGM_SETBKCOLOR = (PGM_FIRST + 4); 154internal const int PGM_GETBKCOLOR = (PGM_FIRST + 5); 155internal const int PGM_SETBORDER = (PGM_FIRST + 6); 156internal const int PGM_GETBORDER = (PGM_FIRST + 7); 157internal const int PGM_SETPOS = (PGM_FIRST + 8); 158internal const int PGM_GETPOS = (PGM_FIRST + 9); 159internal const int PGM_SETBUTTONSIZE = (PGM_FIRST + 10); 160internal const int PGM_GETBUTTONSIZE = (PGM_FIRST + 11); 161internal const int PGM_GETBUTTONSTATE = (PGM_FIRST + 12);