4 overrides of IsPropertySupportedByControlForFindItem
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
118internal override bool IsPropertySupportedByControlForFindItem(int id)
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
45internal override bool IsPropertySupportedByControlForFindItem(int id)
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
121internal override bool IsPropertySupportedByControlForFindItem(int id)
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
205internal override bool IsPropertySupportedByControlForFindItem(int id)
4 references to IsPropertySupportedByControlForFindItem
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
158if (!IsPropertySupportedByControlForFindItem(propertyId))
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
252if (!IsPropertySupportedByControlForFindItem(propertyId))
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
123if (base.IsPropertySupportedByControlForFindItem(id))
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
207if (base.IsPropertySupportedByControlForFindItem(id))