5 writes to SourceReference
PresentationFramework (5)
System\Windows\Data\Binding.cs (5)
315SourceReference = StaticSourceRef; 508SourceReference = new ExplicitObjectRef(value); 513SourceReference = null; 548SourceReference = (value != null) ? new RelativeObjectRef(value) : null; 567SourceReference = (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; 510if (ParentBinding.SourceReference == null || ParentBinding.SourceReference.UsesMentor) 612ObjectRef or = ParentBinding.SourceReference; 687if (ParentBinding.SourceReference == null) 715RelativeObjectRef ror = ParentBinding.SourceReference as RelativeObjectRef; 774else if ((sourceRef = ParentBinding.SourceReference) != null) 903Activate(ParentBinding.SourceReference.GetDataObject(target, 2240item = ParentBinding.SourceReference.GetDataObject(target,