1 write to Translation
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
405
Translation
= new TranslateTransform();
5 references to Translation
PresentationFramework (5)
src\Framework\System\Windows\Controls\GridSplitter.cs (5)
408
_decorator.RenderTransform =
Translation
;
462
get { return
Translation
.X; }
463
set {
Translation
.X = value; }
469
get { return
Translation
.Y; }
470
set {
Translation
.Y = value; }