Base:
method
GetPattern
System.Windows.Automation.Peers.AutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)
23 overrides of GetPattern
PresentationFramework (20)
src\Framework\System\Windows\Automation\Peers\ButtonAutomationPeer.cs (1)
39
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
73
public override object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
47
public override object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
33
public override object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
67
override public object
GetPattern
(PatternInterface pattern)
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
35
public override object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
36
public override object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\GridSplitterAutomationPeer.cs (1)
31
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
60
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (1)
49
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
100
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
33
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
40
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
64
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
26
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\RepeatButtonAutomationPeer.cs (1)
38
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
42
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
54
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
42
override public object
GetPattern
(PatternInterface patternInterface)
src\Framework\System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
37
override public object
GetPattern
(PatternInterface patternInterface)
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (1)
647
public override object
GetPattern
(PatternInterface patternInterface)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyContainerAutomationPeer.cs (1)
101
public override object
GetPattern
(PatternInterface patternInterface)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (1)
68
public override object
GetPattern
(PatternInterface patternInterface)
23 references to GetPattern
PresentationFramework (21)
src\Framework\System\Windows\Automation\Peers\ButtonAutomationPeer.cs (1)
44
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
94
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
54
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
51
returnValue = base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
77
iface = base.
GetPattern
(pattern);
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (1)
44
returnValue = base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
67
returnValue = base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\GridSplitterAutomationPeer.cs (1)
36
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
67
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (1)
57
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
116
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
82
return peer.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
55
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
72
result = base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
92
returnValue = base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
31
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\RepeatButtonAutomationPeer.cs (1)
46
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
67
returnValue = base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
62
return base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
69
returnValue = base.
GetPattern
(patternInterface);
src\Framework\System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
45
return base.
GetPattern
(patternInterface);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyContainerAutomationPeer.cs (1)
112
return base.
GetPattern
(patternInterface);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\SubPropertyEditorAutomationPeer.cs (1)
75
return base.
GetPattern
(patternInterface);