6 references to MouseClick
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
137Misc.MouseClick(pt.x, pt.y);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1121Misc.MouseClick(pt.x, pt.y);
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
123Misc.MouseClick(pt.x, pt.y);
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1111Misc.MouseClick(pt.x, pt.y); 1147Misc.MouseClick(pt.x, pt.y);
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
675Misc.MouseClick(((int)boundingRectangle.Left + (int)boundingRectangle.Right) / 2, ((int)boundingRectangle.Top + (int)boundingRectangle.Bottom) / 2);