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