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