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