3 references to AsyncState
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
603
get { return GetValue(Feature.
AsyncState
, null); }
604
set { CheckSealed(); SetValue(Feature.
AsyncState
, value, null); }
719
CopyValue(Feature.
AsyncState
, clone);