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)
84public override object GetPattern(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
34override public object GetPattern(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
40override public object GetPattern(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
40override public object GetPattern(PatternInterface patternInterface)
4 references to GetPattern
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
110return base.GetPattern(patternInterface);
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
41return base.GetPattern(patternInterface); // ItemsControlAutomationPeer support Scroll pattern
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
60return base.GetPattern(patternInterface);
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
55return base.GetPattern(patternInterface);