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