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