3 references to EVENT_OBJECT_LOCATIONCHANGE
UIAutomationClient (3)
MS\Internal\Automation\BoundingRectTracker.cs (2)
36: base(new int[]{NativeMethods.EVENT_OBJECT_LOCATIONCHANGE, NativeMethods.EVENT_OBJECT_HIDE}) 62case NativeMethods.EVENT_OBJECT_LOCATIONCHANGE: OnLocationChange(hwnd, idObject, idChild); break;
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
35: base(new int[] { NativeMethods.EVENT_OBJECT_LOCATIONCHANGE })