1 instantiation of AsyncGetValueRequest
PresentationFramework (1)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (1)
645new AsyncGetValueRequest(item, name, ParentBinding.AsyncState,
13 references to AsyncGetValueRequest
PresentationFramework (13)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (13)
218AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null); 637AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null); 654AsyncGetValueRequest request = (AsyncGetValueRequest)adr; 664AsyncGetValueRequest request = (AsyncGetValueRequest)adr; 678AsyncGetValueRequest request = (AsyncGetValueRequest)arg; 684void CompleteGetValue(AsyncGetValueRequest request) 686AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null);