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