1 write to _synchronizedInputPattern
PresentationCore (1)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
80
_synchronizedInputPattern
= new SynchronizedInputAdaptor(_owner);
2 references to _synchronizedInputPattern
PresentationCore (2)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (2)
79
if (
_synchronizedInputPattern
== null)
81
return
_synchronizedInputPattern
;