4 writes to rcButton
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
254
if (Misc.MapWindowPoints(_hwnd, IntPtr.Zero, ref cbInfo.
rcButton
, 2))
256
if (Misc.PtInRect(ref cbInfo.
rcButton
, x, y))
913
if (!Misc.MapWindowPoints(_hwnd, IntPtr.Zero, ref cbInfo.
rcButton
, 2))
MS\Win32\NativeMethods.cs (1)
1479
rcButton
= Win32Rect.Empty;
1 reference to rcButton
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
919
return cbInfo.
rcButton
.ToRect(false);