5 references to ClickablePointProperty
UIAutomationClient (2)
MS\Internal\Automation\Schema.cs (1)
270new AutomationPropertyInfo( convertToPoint, AutomationElement.ClickablePointProperty, typeof(Point), null ),
System\Windows\Automation\AutomationElement.cs (1)
952object ptClickable = GetCurrentPropertyValue(AutomationElement.ClickablePointProperty);
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
235else if (idProp == AutomationElement.ClickablePointProperty)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
229if (propertyId == AutomationElement.ClickablePointProperty)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
147if (idProp == AutomationElement.ClickablePointProperty)