2 instantiations of ObjectPropertyPair
PresentationFramework (2)
System\Windows\Media\Animation\Storyboard.cs (2)
483ObjectPropertyPair animatedTarget = new ObjectPropertyPair(targetObject, targetProperty); 893ObjectPropertyPair directApplyTarget = new ObjectPropertyPair( animatedObject, animatedProperty );
8 references to ObjectPropertyPair
PresentationFramework (8)
System\Windows\Media\Animation\Storyboard.cs (8)
201if ((o != null) && (o is ObjectPropertyPair)) 203return Equals((ObjectPropertyPair)o); 211public bool Equals(ObjectPropertyPair key) 483ObjectPropertyPair animatedTarget = new ObjectPropertyPair(targetObject, targetProperty); 571ObjectPropertyPair mappingKey, 613ObjectPropertyPair key = (ObjectPropertyPair)entry.Key; 893ObjectPropertyPair directApplyTarget = new ObjectPropertyPair( animatedObject, animatedProperty );