4 references to LM_FIRST
UIAutomationClientsideProviders (4)
MS\Win32\NativeMethods.cs (4)
300
internal const int LM_HITTEST =
LM_FIRST
;
301
internal const int LM_GETIDEALHEIGHT = (
LM_FIRST
+ 1);
302
internal const int LM_SETITEM = (
LM_FIRST
+ 2);
303
internal const int LM_GETITEM = (
LM_FIRST
+ 3);