Base:
method
GetPattern
System.Windows.Automation.Peers.UIElementAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)
10 overrides of GetPattern
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
80public override object GetPattern(PatternInterface patternInterface)
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
25override public object GetPattern(PatternInterface patternInterface)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
30override public object GetPattern(PatternInterface patternInterface)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
32override public object GetPattern(PatternInterface patternInterface)
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupItemsControlAutomationPeer.cs (1)
40public override object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
40override public object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (1)
52public override object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
68public override object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
146public override object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
57public override object GetPattern(PatternInterface patternInterface)
10 references to GetPattern
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
106return base.GetPattern(patternInterface);
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
32return base.GetPattern(patternInterface); // ItemsControlAutomationPeer support Scroll pattern
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
50return base.GetPattern(patternInterface);
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
47return base.GetPattern(patternInterface);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupItemsControlAutomationPeer.cs (1)
47return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
46return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (1)
54return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
76return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
160return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
64return base.GetPattern(patternInterface);