4 references to LM_FIRST
UIAutomationClientSideProviders (4)
MS\Win32\NativeMethods.cs (4)
283internal const int LM_HITTEST = LM_FIRST; 284internal const int LM_GETIDEALHEIGHT = (LM_FIRST + 1); 285internal const int LM_SETITEM = (LM_FIRST + 2); 286internal const int LM_GETITEM = (LM_FIRST + 3);