6 writes to VisualTransform
PresentationCore (5)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
189base.VisualTransform = value;
Core\CSharp\System\Windows\Media\Visual.cs (1)
2828VisualTransform = transform;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
161base.VisualTransform = value;
Core\CSharp\System\Windows\UIElement.cs (2)
1308VisualTransform = t; 1312VisualTransform = null;
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
5279this.VisualTransform = t;
3 references to VisualTransform
PresentationCore (3)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
185return base.VisualTransform;
Core\CSharp\System\Windows\Media\VisualTreeHelper.cs (1)
334return reference.VisualTransform;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
157return base.VisualTransform;