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