4 overrides of IsPropertySupportedByControlForFindItem
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
114
internal override bool
IsPropertySupportedByControlForFindItem
(int id)
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
36
internal override bool
IsPropertySupportedByControlForFindItem
(int id)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
111
internal override bool
IsPropertySupportedByControlForFindItem
(int id)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
192
internal override bool
IsPropertySupportedByControlForFindItem
(int id)
4 references to IsPropertySupportedByControlForFindItem
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
160
if (!
IsPropertySupportedByControlForFindItem
(propertyId))
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
243
if (!
IsPropertySupportedByControlForFindItem
(propertyId))
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
113
if (base.
IsPropertySupportedByControlForFindItem
(id))
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
194
if (base.
IsPropertySupportedByControlForFindItem
(id))