2 writes to _isAsync
PresentationFramework (2)
src\Framework\System\Windows\Data\Binding.cs (2)
609set { CheckSealed(); _isAsync = value; } 731clone._isAsync = _isAsync;
2 references to _isAsync
PresentationFramework (2)
src\Framework\System\Windows\Data\Binding.cs (2)
608get { return _isAsync; } 731clone._isAsync = _isAsync;