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