1 write to lastMouseMove
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5378
lastMouseMove
= unchecked( (int) (long)m.LParam);
1 reference to lastMouseMove
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5375
if (unchecked( (int) (long)m.LParam) ==
lastMouseMove
) {