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