4 writes to rcItem
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
558result = Misc.GetWindowRect(cbInfo.hwndItem, ref cbInfo.rcItem); 561result = Misc.MapWindowPoints(_hwndDesktop, hwnd, ref cbInfo.rcItem, 2); 566cbInfo.rcItem = NativeMethods.Win32Rect.Empty;
MS\Win32\NativeMethods.cs (1)
1497rcItem = Win32Rect.Empty;