5 references to LOWORD
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
405
index = PARAM.
LOWORD
(index);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1521
return PARAM.
LOWORD
(index);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1574
index = PARAM.
LOWORD
(index);
System.Windows.Forms.Primitives (2)
Windows\Win32\Foundation\Interop.PARAM.cs (2)
32
=>
LOWORD
((int)n);
47
=> (short)
LOWORD
(n);