1 write to _synchronizedInputPattern
PresentationCore (1)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
149
_synchronizedInputPattern
= new SynchronizedInputAdaptor(_owner);
2 references to _synchronizedInputPattern
PresentationCore (2)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (2)
148
if (
_synchronizedInputPattern
== null)
150
return
_synchronizedInputPattern
;