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