5 references to ClickablePointProperty
UIAutomationClient (2)
MS\Internal\Automation\Schema.cs (1)
283new AutomationPropertyInfo( convertToPoint, AutomationElement.ClickablePointProperty, typeof(Point), null ),
System\Windows\Automation\AutomationElement.cs (1)
872object ptClickable = GetCurrentPropertyValue(AutomationElement.ClickablePointProperty);
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
220else if (idProp == AutomationElement.ClickablePointProperty)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
219if (propertyId == AutomationElement.ClickablePointProperty)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
130if (idProp == AutomationElement.ClickablePointProperty)