4 writes to rcButton
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
272
if (Misc.MapWindowPoints(_hwnd, IntPtr.Zero, ref cbInfo.
rcButton
, 2))
274
if (Misc.PtInRect(ref cbInfo.
rcButton
, x, y))
941
if (!Misc.MapWindowPoints(_hwnd, IntPtr.Zero, ref cbInfo.
rcButton
, 2))
MS\Win32\NativeMethods.cs (1)
1498
rcButton
= Win32Rect.Empty;
1 reference to rcButton
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
947
return cbInfo.
rcButton
.ToRect(false);