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