4 references to TransformProperty
PresentationCore (4)
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
538Transform3D transform = (Transform3D)visual3D.GetValue(Visual3D.TransformProperty);
Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs (1)
175public static new readonly DependencyProperty TransformProperty = Visual3D.TransformProperty;
Core\CSharp\System\Windows\Media3D\Visual3D.cs (2)
200return (Transform3D) GetValue(TransformProperty); 205SetValue(TransformProperty, value);