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