1 write to Translation
PresentationFramework (1)
System\Windows\Controls\GridSplitter.cs (1)
399
Translation
= new TranslateTransform();
5 references to Translation
PresentationFramework (5)
System\Windows\Controls\GridSplitter.cs (5)
403
RenderTransform =
Translation
458
get { return
Translation
.X; }
459
set {
Translation
.X = value; }
465
get { return
Translation
.Y; }
466
set {
Translation
.Y = value; }