5 writes to SourceReference
PresentationFramework (5)
System\Windows\Data\Binding.cs (5)
332
SourceReference
= StaticSourceRef;
525
SourceReference
= new ExplicitObjectRef(value);
530
SourceReference
= null;
565
SourceReference
= (value != null) ? new RelativeObjectRef(value) : null;
584
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
;
513
if (ParentBinding.
SourceReference
== null || ParentBinding.
SourceReference
.UsesMentor)
615
ObjectRef or = ParentBinding.
SourceReference
;
690
if (ParentBinding.
SourceReference
== null)
718
RelativeObjectRef ror = ParentBinding.
SourceReference
as RelativeObjectRef;
777
else if ((sourceRef = ParentBinding.
SourceReference
) != null)
906
Activate(ParentBinding.
SourceReference
.GetDataObject(target,
2278
item = ParentBinding.
SourceReference
.GetDataObject(target,