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