2 instantiations of ObjectPropertyPair
PresentationFramework (2)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (2)
482ObjectPropertyPair animatedTarget = new ObjectPropertyPair(targetObject, targetProperty); 892ObjectPropertyPair directApplyTarget = new ObjectPropertyPair( animatedObject, animatedProperty );
8 references to ObjectPropertyPair
PresentationFramework (8)
src\Framework\System\Windows\Media\Animation\Storyboard.cs (8)
200if ((o != null) && (o is ObjectPropertyPair)) 202return Equals((ObjectPropertyPair)o); 210public bool Equals(ObjectPropertyPair key) 482ObjectPropertyPair animatedTarget = new ObjectPropertyPair(targetObject, targetProperty); 570ObjectPropertyPair mappingKey, 612ObjectPropertyPair key = (ObjectPropertyPair)entry.Key; 892ObjectPropertyPair directApplyTarget = new ObjectPropertyPair( animatedObject, animatedProperty );