5 writes to VisualOffset
PresentationCore (4)
System\Windows\Media\ContainerVisual.cs (1)
192base.VisualOffset = value;
System\Windows\Media\Visual.cs (1)
2777VisualOffset = offset;
System\Windows\Media3D\Viewport3DVisual.cs (1)
160base.VisualOffset = value;
System\Windows\UIElement.cs (1)
1261VisualOffset = new Vector(finalRect.X, finalRect.Y);
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5279this.VisualOffset = offset;
5 references to VisualOffset
PresentationCore (4)
System\Windows\Media\ContainerVisual.cs (1)
188return base.VisualOffset;
System\Windows\Media\VisualTreeHelper.cs (1)
300return reference.VisualOffset;
System\Windows\Media3D\Viewport3DVisual.cs (1)
156return base.VisualOffset;
System\Windows\UIElement.cs (1)
1257Vector oldOffset = VisualOffset;
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5275Vector oldOffset = this.VisualOffset;