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