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