11 references to SynchronizedInput
PresentationCore (4)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2320
s_patternInfo[SynchronizedInputPatternIdentifiers.Pattern.Id] = new PatternInfo(SynchronizedInputPatternIdentifiers.Pattern.Id, new WrapObject(SynchronizedInputProviderWrapper.Wrap), PatternInterface.
SynchronizedInput
);
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
84
if (patternInterface == PatternInterface.
SynchronizedInput
)
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
132
if (patternInterface == PatternInterface.
SynchronizedInput
)
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
156
if (patternInterface == PatternInterface.
SynchronizedInput
)
PresentationFramework (7)
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
65
else if (patternInterface == PatternInterface.
SynchronizedInput
)
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
77
else if(patternInterface == PatternInterface.
SynchronizedInput
)
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
70
else if (patternInterface == PatternInterface.
SynchronizedInput
)
src\Framework\System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (1)
43
else if(patternInterface == PatternInterface.
SynchronizedInput
)
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
67
if (patternInterface == PatternInterface.
SynchronizedInput
)
src\Framework\System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (2)
60
else if ((patternInterface == PatternInterface.ItemContainer) || (patternInterface == PatternInterface.
SynchronizedInput
))
65
if(patternInterface == PatternInterface.
SynchronizedInput
)