3 types derived from ObjectRef
PresentationFramework (3)
MS\Internal\Data\ObjectRef.cs (3)
109
internal sealed class ElementObjectRef :
ObjectRef
301
internal sealed class RelativeObjectRef :
ObjectRef
618
internal sealed class ExplicitObjectRef :
ObjectRef
8 references to ObjectRef
PresentationFramework (8)
System\Windows\Data\Binding.cs (4)
725
internal
ObjectRef
SourceReference
815
private
ObjectRef
_source = UnsetSource;
823
private static readonly
ObjectRef
UnsetSource = new ExplicitObjectRef(null);
824
private static readonly
ObjectRef
StaticSourceRef = new ExplicitObjectRef(BindingExpression.StaticSource);
System\Windows\Data\BindingExpression.cs (4)
110
ObjectRef
sourceRef = ParentBinding.SourceReference;
167
ObjectRef
or = ParentBinding.SourceReference;
611
ObjectRef
or = ParentBinding.SourceReference;
750
ObjectRef
sourceRef;