1 instantiation of AsyncGetValueRequest
PresentationFramework (1)
MS\Internal\Data\ClrBindingWorker.cs (1)
646new AsyncGetValueRequest(item, name, ParentBinding.AsyncState,
13 references to AsyncGetValueRequest
PresentationFramework (13)
MS\Internal\Data\ClrBindingWorker.cs (13)
216AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null); 638AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null); 655AsyncGetValueRequest request = (AsyncGetValueRequest)adr; 665AsyncGetValueRequest request = (AsyncGetValueRequest)adr; 679AsyncGetValueRequest request = (AsyncGetValueRequest)arg; 685void CompleteGetValue(AsyncGetValueRequest request) 687AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null);