1 instantiation of AsyncGetValueRequest
PresentationFramework (1)
MS\Internal\Data\ClrBindingWorker.cs (1)
637new AsyncGetValueRequest(item, name, ParentBinding.AsyncState,
13 references to AsyncGetValueRequest
PresentationFramework (13)
MS\Internal\Data\ClrBindingWorker.cs (13)
207AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null); 629AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null); 646AsyncGetValueRequest request = (AsyncGetValueRequest)adr; 656AsyncGetValueRequest request = (AsyncGetValueRequest)adr; 670AsyncGetValueRequest request = (AsyncGetValueRequest)arg; 676void CompleteGetValue(AsyncGetValueRequest request) 678AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)GetValue(Feature.PendingGetValueRequest, null);