7 references to GetValue
PresentationFramework (7)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (7)
218
AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)
GetValue
(Feature.PendingGetValueRequest, null);
225
AsyncSetValueRequest pendingSetValueRequest = (AsyncSetValueRequest)
GetValue
(Feature.PendingSetValueRequest, null);
562
XmlBindingWorker XmlWorker { get { return (XmlBindingWorker)
GetValue
(Feature.XmlWorker, null); } }
637
AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)
GetValue
(Feature.PendingGetValueRequest, null);
686
AsyncGetValueRequest pendingGetValueRequest = (AsyncGetValueRequest)
GetValue
(Feature.PendingGetValueRequest, null);
721
AsyncSetValueRequest pendingSetValueRequest = (AsyncSetValueRequest)
GetValue
(Feature.PendingSetValueRequest, null);
768
AsyncSetValueRequest pendingSetValueRequest = (AsyncSetValueRequest)
GetValue
(Feature.PendingSetValueRequest, null);