5 writes to SourceReference
PresentationFramework (5)
System\Windows\Data\Binding.cs (5)
314SourceReference = StaticSourceRef; 507SourceReference = new ExplicitObjectRef(value); 512SourceReference = null; 547SourceReference = (value != null) ? new RelativeObjectRef(value) : null; 566SourceReference = (value != null) ? new ElementObjectRef(value) : null;
10 references to SourceReference
PresentationFramework (10)
System\Windows\Data\BindingExpression.cs (10)
110ObjectRef sourceRef = ParentBinding.SourceReference; 167ObjectRef or = ParentBinding.SourceReference; 509if (ParentBinding.SourceReference == null || ParentBinding.SourceReference.UsesMentor) 611ObjectRef or = ParentBinding.SourceReference; 686if (ParentBinding.SourceReference == null) 714RelativeObjectRef ror = ParentBinding.SourceReference as RelativeObjectRef; 773else if ((sourceRef = ParentBinding.SourceReference) != null) 902Activate(ParentBinding.SourceReference.GetDataObject(target, 2238item = ParentBinding.SourceReference.GetDataObject(target,