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