5 writes to SourceReference
PresentationFramework (5)
src\Framework\System\Windows\Data\Binding.cs (5)
345SourceReference = StaticSourceRef; 538SourceReference = new ExplicitObjectRef(value); 543SourceReference = null; 578SourceReference = (value != null) ? new RelativeObjectRef(value) : null; 597SourceReference = (value != null) ? new ElementObjectRef(value) : null;
10 references to SourceReference
PresentationFramework (10)
src\Framework\System\Windows\Data\BindingExpression.cs (10)
122ObjectRef sourceRef = ParentBinding.SourceReference; 179ObjectRef or = ParentBinding.SourceReference; 527if (ParentBinding.SourceReference == null || ParentBinding.SourceReference.UsesMentor) 627ObjectRef or = ParentBinding.SourceReference; 698if (ParentBinding.SourceReference == null) 726RelativeObjectRef ror = ParentBinding.SourceReference as RelativeObjectRef; 783else if ((sourceRef = ParentBinding.SourceReference) != null) 912Activate(ParentBinding.SourceReference.GetDataObject(target, 2267item = ParentBinding.SourceReference.GetDataObject(target,