5 writes to VisualOffset
PresentationCore (4)
System\Windows\Media\ContainerVisual.cs (1)
202base.VisualOffset = value;
System\Windows\Media\Visual.cs (1)
2796VisualOffset = offset;
System\Windows\Media3D\Viewport3DVisual.cs (1)
172base.VisualOffset = value;
System\Windows\UIElement.cs (1)
1275VisualOffset = new Vector(finalRect.X, finalRect.Y);
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5292this.VisualOffset = offset;
5 references to VisualOffset
PresentationCore (4)
System\Windows\Media\ContainerVisual.cs (1)
198return base.VisualOffset;
System\Windows\Media\VisualTreeHelper.cs (1)
310return reference.VisualOffset;
System\Windows\Media3D\Viewport3DVisual.cs (1)
168return base.VisualOffset;
System\Windows\UIElement.cs (1)
1271Vector oldOffset = VisualOffset;
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5288Vector oldOffset = this.VisualOffset;