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