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