3 instantiations of SynchronizedInputAdaptor
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
76_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
122_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
140_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner);
3 references to SynchronizedInputAdaptor
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
319private SynchronizedInputAdaptor _synchronizedInputPattern;
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
420private SynchronizedInputAdaptor _synchronizedInputPattern;
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
525private SynchronizedInputAdaptor _synchronizedInputPattern;