5 writes to VisualOffset
PresentationCore (4)
System\Windows\Media\ContainerVisual.cs (1)
193base.VisualOffset = value;
System\Windows\Media\Visual.cs (1)
2780VisualOffset = offset;
System\Windows\Media3D\Viewport3DVisual.cs (1)
161base.VisualOffset = value;
System\Windows\UIElement.cs (1)
1270VisualOffset = new Vector(finalRect.X, finalRect.Y);
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5281this.VisualOffset = offset;
5 references to VisualOffset
PresentationCore (4)
System\Windows\Media\ContainerVisual.cs (1)
189return base.VisualOffset;
System\Windows\Media\VisualTreeHelper.cs (1)
301return reference.VisualOffset;
System\Windows\Media3D\Viewport3DVisual.cs (1)
157return base.VisualOffset;
System\Windows\UIElement.cs (1)
1266Vector oldOffset = VisualOffset;
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5277Vector oldOffset = this.VisualOffset;