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