10 references to Identity
PresentationCore (10)
Core\CSharp\MS\Internal\AnimatedTypeHelpers.cs (3)
245value1 = Rotation3D.Identity; 249value2 = Rotation3D.Identity; 834return Rotation3D.Identity;
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (4)
235Rotation3D from = Rotation3D.Identity; 236Rotation3D to = Rotation3D.Identity; 237Rotation3D accumulated = Rotation3D.Identity; 238Rotation3D foundation = Rotation3D.Identity;
Core\CSharp\System\Windows\Media3D\Generated\RotateTransform3D.cs (3)
421private Rotation3D _cachedRotationValue = Rotation3D.Identity; 428internal static Rotation3D s_Rotation = Rotation3D.Identity; 486Rotation3D.Identity,