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