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)
871
object ptClickable = GetCurrentPropertyValue(AutomationElement.
ClickablePointProperty
);
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
219
else if (idProp == AutomationElement.
ClickablePointProperty
)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
218
if (propertyId == AutomationElement.
ClickablePointProperty
)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
129
if (idProp == AutomationElement.
ClickablePointProperty
)