4 overrides of IsPropertySupportedByControlForFindItem
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
119
internal override bool
IsPropertySupportedByControlForFindItem
(int id)
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
48
internal override bool
IsPropertySupportedByControlForFindItem
(int id)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
124
internal override bool
IsPropertySupportedByControlForFindItem
(int id)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
204
internal override bool
IsPropertySupportedByControlForFindItem
(int id)
4 references to IsPropertySupportedByControlForFindItem
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
162
if (!
IsPropertySupportedByControlForFindItem
(propertyId))
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
255
if (!
IsPropertySupportedByControlForFindItem
(propertyId))
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
126
if (base.
IsPropertySupportedByControlForFindItem
(id))
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
206
if (base.
IsPropertySupportedByControlForFindItem
(id))