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