5 writes to SourceReference
PresentationFramework (5)
System\Windows\Data\Binding.cs (5)
340SourceReference = StaticSourceRef; 533SourceReference = new ExplicitObjectRef(value); 538SourceReference = null; 573SourceReference = (value != null) ? new RelativeObjectRef(value) : null; 592SourceReference = (value != null) ? new ElementObjectRef(value) : null;
10 references to SourceReference
PresentationFramework (10)
System\Windows\Data\BindingExpression.cs (10)
120ObjectRef sourceRef = ParentBinding.SourceReference; 177ObjectRef or = ParentBinding.SourceReference; 522if (ParentBinding.SourceReference == null || ParentBinding.SourceReference.UsesMentor) 624ObjectRef or = ParentBinding.SourceReference; 699if (ParentBinding.SourceReference == null) 727RelativeObjectRef ror = ParentBinding.SourceReference as RelativeObjectRef; 786else if ((sourceRef = ParentBinding.SourceReference) != null) 915Activate(ParentBinding.SourceReference.GetDataObject(target, 2287item = ParentBinding.SourceReference.GetDataObject(target,