1 write to _singleWorker
PresentationFramework (1)
System\Windows\PropertyPath.cs (1)
352
_singleWorker
= new PropertyPathWorker(this);
2 references to _singleWorker
PresentationFramework (2)
System\Windows\PropertyPath.cs (2)
351
if (
_singleWorker
== null)
353
return
_singleWorker
;