3 references to IsPropertySupportedByControlForFindItemInternal
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
121
return SelectorAutomationPeer.
IsPropertySupportedByControlForFindItemInternal
(id);
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
139
if (!SelectorAutomationPeer.
IsPropertySupportedByControlForFindItemInternal
(propertyId))
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
50
return SelectorAutomationPeer.
IsPropertySupportedByControlForFindItemInternal
(id);