5 writes to VisualOffset
PresentationCore (4)
System\Windows\Media\ContainerVisual.cs (1)
202base.VisualOffset = value;
System\Windows\Media\Visual.cs (1)
2801VisualOffset = offset;
System\Windows\Media3D\Viewport3DVisual.cs (1)
174base.VisualOffset = value;
System\Windows\UIElement.cs (1)
1275VisualOffset = new Vector(finalRect.X, finalRect.Y);
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5285this.VisualOffset = offset;
5 references to VisualOffset
PresentationCore (4)
System\Windows\Media\ContainerVisual.cs (1)
198return base.VisualOffset;
System\Windows\Media\VisualTreeHelper.cs (1)
313return reference.VisualOffset;
System\Windows\Media3D\Viewport3DVisual.cs (1)
170return base.VisualOffset;
System\Windows\UIElement.cs (1)
1271Vector oldOffset = VisualOffset;
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5281Vector oldOffset = this.VisualOffset;