3 instantiations of SynchronizedInputAdaptor
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
80_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
130_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
149_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner);
3 references to SynchronizedInputAdaptor
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
323private SynchronizedInputAdaptor _synchronizedInputPattern;
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
428private SynchronizedInputAdaptor _synchronizedInputPattern;
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
534private SynchronizedInputAdaptor _synchronizedInputPattern;