2 instantiations of ObjectPropertyPair
PresentationFramework (2)
System\Windows\Media\Animation\Storyboard.cs (2)
481ObjectPropertyPair animatedTarget = new ObjectPropertyPair(targetObject, targetProperty); 891ObjectPropertyPair directApplyTarget = new ObjectPropertyPair( animatedObject, animatedProperty );
8 references to ObjectPropertyPair
PresentationFramework (8)
System\Windows\Media\Animation\Storyboard.cs (8)
199if ((o != null) && (o is ObjectPropertyPair)) 201return Equals((ObjectPropertyPair)o); 209public bool Equals(ObjectPropertyPair key) 481ObjectPropertyPair animatedTarget = new ObjectPropertyPair(targetObject, targetProperty); 569ObjectPropertyPair mappingKey, 611ObjectPropertyPair key = (ObjectPropertyPair)entry.Key; 891ObjectPropertyPair directApplyTarget = new ObjectPropertyPair( animatedObject, animatedProperty );