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