3 references to ExplicitObjectRef
PresentationFramework (3)
src\Framework\System\Windows\Data\Binding.cs (3)
538SourceReference = new ExplicitObjectRef(value); 854static readonly ObjectRef UnsetSource = new ExplicitObjectRef(null); 855static readonly ObjectRef StaticSourceRef = new ExplicitObjectRef(BindingExpression.StaticSource);