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)
743
internal
ObjectRef
SourceReference
833
ObjectRef
_source = UnsetSource;
841
static readonly
ObjectRef
UnsetSource = new ExplicitObjectRef(null);
842
static readonly
ObjectRef
StaticSourceRef = new ExplicitObjectRef(BindingExpression.StaticSource);
System\Windows\Data\BindingExpression.cs (4)
111
ObjectRef
sourceRef = ParentBinding.SourceReference;
168
ObjectRef
or = ParentBinding.SourceReference;
615
ObjectRef
or = ParentBinding.SourceReference;
754
ObjectRef
sourceRef;