1 instantiation of AsyncGetValueRequest
PresentationFramework (1)
MS\Internal\Data\ClrBindingWorker.cs (1)
621new AsyncGetValueRequest(item, name, ParentBinding.AsyncState,
13 references to AsyncGetValueRequest
PresentationFramework (13)
MS\Internal\Data\ClrBindingWorker.cs (13)
204AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null); 616AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null); 630AsyncGetValueRequest request = (AsyncGetValueRequest)adr; 640AsyncGetValueRequest request = (AsyncGetValueRequest)adr; 651AsyncGetValueRequest request = (AsyncGetValueRequest)arg; 657void CompleteGetValue(AsyncGetValueRequest request) 659AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null);