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