5 writes to SourceReference
PresentationFramework (5)
System\Windows\Data\Binding.cs (5)
332SourceReference = StaticSourceRef; 525SourceReference = new ExplicitObjectRef(value); 530SourceReference = null; 565SourceReference = (value != null) ? new RelativeObjectRef(value) : null; 584SourceReference = (value != null) ? new ElementObjectRef(value) : null;
10 references to SourceReference
PresentationFramework (10)
System\Windows\Data\BindingExpression.cs (10)
111ObjectRef sourceRef = ParentBinding.SourceReference; 168ObjectRef or = ParentBinding.SourceReference; 513if (ParentBinding.SourceReference == null || ParentBinding.SourceReference.UsesMentor) 615ObjectRef or = ParentBinding.SourceReference; 690if (ParentBinding.SourceReference == null) 718RelativeObjectRef ror = ParentBinding.SourceReference as RelativeObjectRef; 777else if ((sourceRef = ParentBinding.SourceReference) != null) 906Activate(ParentBinding.SourceReference.GetDataObject(target, 2278item = ParentBinding.SourceReference.GetDataObject(target,