3 instantiations of SynchronizedInputAdaptor
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
75_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
121_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
139_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner);
3 references to SynchronizedInputAdaptor
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
318private SynchronizedInputAdaptor _synchronizedInputPattern;
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
419private SynchronizedInputAdaptor _synchronizedInputPattern;
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
524private SynchronizedInputAdaptor _synchronizedInputPattern;