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)
79public override object GetPattern(PatternInterface patternInterface)
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
24public override object GetPattern(PatternInterface patternInterface)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
29public override object GetPattern(PatternInterface patternInterface)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
31public override object GetPattern(PatternInterface patternInterface)
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupItemsControlAutomationPeer.cs (1)
39public override object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
39public override object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (1)
51public override object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
67public override object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
145public override object GetPattern(PatternInterface patternInterface)
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
56public override object GetPattern(PatternInterface patternInterface)
10 references to GetPattern
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
105return base.GetPattern(patternInterface);
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
31return base.GetPattern(patternInterface); // ItemsControlAutomationPeer support Scroll pattern
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
49return base.GetPattern(patternInterface);
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
46return base.GetPattern(patternInterface);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonContextualTabGroupItemsControlAutomationPeer.cs (1)
46return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
45return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryAutomationPeer.cs (1)
53return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (1)
75return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
159return base.GetPattern(patternInterface);
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
63return base.GetPattern(patternInterface);