3 references to AsyncState
PresentationFramework (3)
src\Framework\System\Windows\Data\Binding.cs (3)
616
get { return GetValue(Feature.
AsyncState
, null); }
617
set { CheckSealed(); SetValue(Feature.
AsyncState
, value, null); }
732
CopyValue(Feature.
AsyncState
, clone);