4 writes to rcItem
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
537result = Misc.GetWindowRect(cbInfo.hwndItem, ref cbInfo.rcItem); 540result = Misc.MapWindowPoints(_hwndDesktop, hwnd, ref cbInfo.rcItem, 2); 545cbInfo.rcItem = NativeMethods.Win32Rect.Empty;
MS\Win32\NativeMethods.cs (1)
1479rcItem = Win32Rect.Empty;