1 write to Translation
PresentationFramework (1)
System\Windows\Controls\GridSplitter.cs (1)
398
Translation
= new TranslateTransform();
5 references to Translation
PresentationFramework (5)
System\Windows\Controls\GridSplitter.cs (5)
402
RenderTransform =
Translation
457
get { return
Translation
.X; }
458
set {
Translation
.X = value; }
464
get { return
Translation
.Y; }
465
set {
Translation
.Y = value; }