6 references to MouseClick
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
148Misc.MouseClick(pt.x, pt.y);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
1129Misc.MouseClick(pt.x, pt.y);
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
125Misc.MouseClick(pt.x, pt.y);
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1109Misc.MouseClick(pt.x, pt.y); 1145Misc.MouseClick(pt.x, pt.y);
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
683Misc.MouseClick(((int)boundingRectangle.Left + (int)boundingRectangle.Right) / 2, ((int)boundingRectangle.Top + (int)boundingRectangle.Bottom) / 2);