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