1 write to client
PresentationFramework (1)
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
82client = c;
7 references to client
PresentationFramework (7)
src\Framework\MS\Internal\Data\DataBindEngine.cs (7)
95client.TransferValue(); 99client.UpdateValue(); 103client.OnTargetUpdated(); 107bool succeeded = client.AttachToContext(lastChance); 113client.VerifySourceReference(lastChance); 261Invariant.Assert(task.client == c, "task list is corrupt"); 337AddTask(task.client, task.op);