4 overrides of IsPropertySupportedByControlForFindItem
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
113internal override bool IsPropertySupportedByControlForFindItem(int id)
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
35internal override bool IsPropertySupportedByControlForFindItem(int id)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
107internal override bool IsPropertySupportedByControlForFindItem(int id)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
182internal override bool IsPropertySupportedByControlForFindItem(int id)
4 references to IsPropertySupportedByControlForFindItem
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
156if (!IsPropertySupportedByControlForFindItem(propertyId))
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
233if (!IsPropertySupportedByControlForFindItem(propertyId))
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
109if (base.IsPropertySupportedByControlForFindItem(id))
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
184if (base.IsPropertySupportedByControlForFindItem(id))