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