Base:
method
GetPattern
System.Windows.Automation.Peers.UIElementAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)
4 overrides of GetPattern
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
84
public override object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
34
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
40
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
40
override public object
GetPattern
(PatternInterface patternInterface)
4 references to GetPattern
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
110
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
41
return base.
GetPattern
(patternInterface); // ItemsControlAutomationPeer support Scroll pattern
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
60
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
55
return base.
GetPattern
(patternInterface);