4 references to TransformProperty
PresentationCore (4)
MS\Internal\Media3D\M3DUtil.cs (1)
536Transform3D transform = (Transform3D)visual3D.GetValue(Visual3D.TransformProperty);
System\Windows\Media3D\ModelVisual3D.cs (1)
168public static new readonly DependencyProperty TransformProperty = Visual3D.TransformProperty;
System\Windows\Media3D\Visual3D.cs (2)
191return (Transform3D) GetValue(TransformProperty); 196SetValue(TransformProperty, value);