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