3 types derived from ObjectRef
PresentationFramework (3)
MS\Internal\Data\ObjectRef.cs (3)
110
internal sealed class ElementObjectRef :
ObjectRef
302
internal sealed class RelativeObjectRef :
ObjectRef
619
internal sealed class ExplicitObjectRef :
ObjectRef
8 references to ObjectRef
PresentationFramework (8)
System\Windows\Data\Binding.cs (4)
726
internal
ObjectRef
SourceReference
816
ObjectRef
_source = UnsetSource;
824
static readonly
ObjectRef
UnsetSource = new ExplicitObjectRef(null);
825
static readonly
ObjectRef
StaticSourceRef = new ExplicitObjectRef(BindingExpression.StaticSource);
System\Windows\Data\BindingExpression.cs (4)
111
ObjectRef
sourceRef = ParentBinding.SourceReference;
168
ObjectRef
or = ParentBinding.SourceReference;
612
ObjectRef
or = ParentBinding.SourceReference;
751
ObjectRef
sourceRef;