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