3 references to IsPropertySupportedByControlForFindItemInternal
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
120return SelectorAutomationPeer.IsPropertySupportedByControlForFindItemInternal(id);
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
142if (!SelectorAutomationPeer.IsPropertySupportedByControlForFindItemInternal(propertyId))
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
47return SelectorAutomationPeer.IsPropertySupportedByControlForFindItemInternal(id);